streamKey.go 149 B

1234567
  1. package models
  2. // StreamKey represents a single stream key.
  3. type StreamKey struct {
  4. Key string `json:"key"`
  5. Comment string `json:"comment"`
  6. }