Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcknowledgeEvent ¶
type CheckinEvent ¶
type Event ¶
type Event struct {
Topic string `json:"topic"`
EventID string `json:"event_id"`
CreatedAt time.Time `json:"created_at"`
AcknowledgeEvent *AcknowledgeEvent `json:"acknowledge_event,omitempty"`
CheckinEvent *CheckinEvent `json:"checkin_event,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.