Browse Source

Fix comment

pull/2394/head
Gabe Kangas 2 years ago
parent
commit
5d51c73cd9
  1. 2
      models/streamKey.go

2
models/streamKey.go

@ -1,6 +1,6 @@ @@ -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…
Cancel
Save