owncast/status.go

7 lines
110 B
Go
Raw Normal View History

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