package
Version:
v0.0.0-...-79c3cd5
Opens a new window with list of versions in this module.
Published: Jul 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var TypeNames = []string{
"news",
"tournament",
"catering",
"location",
"player",
}
An interface for a message queue
type CKPTEvent struct {
Type EventType `json:"type"`
RestrictedTo []uuid.UUID `json:"restricted_to"`
Subject string `json:"subject"`
Message string `json:"message"`
}
const (
NEWS_EVENT EventType = iota
TOURNAMENT_EVENT
CATERING_EVENT
LOCATION_EVENT
PLAYER_EVENT = 4
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.