Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
func (*Bus) SubscribeAll ¶
func (*Bus) Unsubscribe ¶
type Event ¶
type Event struct {
Type string `json:"type"`
Properties json.RawMessage `json:"properties"`
}
Click to show internal directories.
Click to hide internal directories.