owncast/status.go
2020-06-02 17:35:49 -07:00

6 lines
110 B
Go

package main
type Status struct {
Online bool `json:"online"`
ViewerCount int `json:"viewerCount"`
}