Documentation ¶ Index ¶ type Stream func Find() []Stream type User func GetUser(id string) *User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Stream ¶ type Stream struct { Created_at string `json:"createdAt"` User User `json:"user"` Ingest struct { Server string `json:"server"` Id string `json:"id"` Mediamtx bool `json:"mediamtx"` } `json:"ingest"` } func Find ¶ func Find() []Stream type User ¶ type User struct { Id string `json:"id"` Username string `json:"username"` StreamKey string `json:"stream_key"` } func GetUser ¶ func GetUser(id string) *User Source Files ¶ View all Source files streams.go Click to show internal directories. Click to hide internal directories.