owncast/models/streamKey.go
2022-11-29 16:05:44 -08:00

7 lines
149 B
Go

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