mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
6 lines
110 B
Go
6 lines
110 B
Go
package main
|
|
|
|
type Status struct {
|
|
Online bool `json:"online"`
|
|
ViewerCount int `json:"viewerCount"`
|
|
}
|