Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Events = json.MustUnmarshalTo[[]Event](eventsRaw)
)
Functions ¶
Types ¶
type Event ¶
type Event struct {
Key string `json:"key"`
Name string `json:"name"`
Desc string `json:"desc"`
Actions []EventAction `json:"actions"`
}
type EventAction ¶
Click to show internal directories.
Click to hide internal directories.