owncast/models/connectedClientInfo.go
Gabe Kangas b80ccc4966
WIP
2024-03-25 09:04:05 -07:00

8 lines
161 B
Go

package models
// ConnectedClientInfo represents the information about a connected client.
type ConnectedClientInfo struct {
Event
User *User `json:"user"`
}