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)
TrimStart func(cc Context, evt EventTrimStart)
}
type Context ¶
type EventEnvelopeCreated ¶
type EventEnvelopeCreated struct {
ID int64
}
type EventEnvelopeDeleted ¶
type EventEnvelopeDeleted struct {
IDS []int64
}
type EventTrimStart ¶ added in v0.11.2
type EventTrimStart struct {
Response chan<- bool
}
Click to show internal directories.
Click to hide internal directories.