Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEventTypeNotFound = errors.New("event type not found")
)
Functions ¶
This section is empty.
Types ¶
type ChannelQueue ¶
type ChannelQueue struct {
// contains filtered or unexported fields
}
func NewChannelQueue ¶
func NewChannelQueue() *ChannelQueue
func (ChannelQueue) Push ¶
func (q ChannelQueue) Push(e Event) error
type EventLogger ¶ added in v0.5.0
type EventLogger struct { }
func (*EventLogger) Context ¶ added in v0.5.0
func (e *EventLogger) Context(ctx context.Context) context.Context
func (*EventLogger) WithContext ¶ added in v0.5.0
func (e *EventLogger) WithContext(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.