owncast/models/pingMessage.go
2020-11-12 15:14:59 -08:00

6 lines
150 B
Go

package models
// PingMessage represents a ping message between the client and server.
type PingMessage struct {
MessageType string `json:"type"`
}