0
owncast/models/streamKey.go

8 lines
149 B
Go
Raw Normal View History

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