signaller/internal/models/common/presence.go

6 lines
92 B
Go
Raw Normal View History

package common
type Presence struct {
events []Event `json:"events"` // List of events.
}