Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GwEvent ¶
type GwEvent struct { Type gwEventType `json:"event"` // EventType holds the event type (see constants) Data string `json:"data,omitempty"` // The data sent or received from the gateway (if applicable) }
GwEvent types are OOB events for the gateway. They will be sent as a debugging aid for gateways. The gateway interface(s) forwards all gateway events to a buffered channel which will distribute the events to listeners.
Click to show internal directories.
Click to hide internal directories.