Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct { Mutex sync.Mutex EnvelopeCreated []func(cc *Context, evt EventEnvelopeCreated) EnvelopeDeleted []func(cc *Context, evt EventEnvelopeDeleted) }
type Context ¶
type EventEnvelopeCreated ¶
type EventEnvelopeCreated struct {
ID int64
}
type EventEnvelopeDeleted ¶
type EventEnvelopeDeleted struct {
IDS []int64
}
Click to show internal directories.
Click to hide internal directories.