owncast/models/streamKey.go

8 lines
149 B
Go
Raw Permalink Normal View History

package models
2022-11-29 05:27:36 +01:00
// StreamKey represents a single stream key.
type StreamKey struct {
Key string `json:"key"`
Comment string `json:"comment"`
}