mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Fix comment
This commit is contained in:
parent
d503c8a2e0
commit
5d51c73cd9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package models
|
||||
|
||||
// StreamKey represents a single stream key
|
||||
// StreamKey represents a single stream key.
|
||||
type StreamKey struct {
|
||||
Key string `json:"key"`
|
||||
Comment string `json:"comment"`
|
||||
|
|
Loading…
Reference in a new issue