owncast/models/streamKey.go

8 lines
148 B
Go
Raw Normal View History

package models
// StreamKey represents a single stream key
type StreamKey struct {
Key string `json:"key"`
Comment string `json:"comment"`
}