owncast/models/streamKey.go

8 lines
149 B
Go
Raw Normal View History

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