Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStore ¶
type EventStore struct {
// contains filtered or unexported fields
}
func NewEventStore ¶
func (*EventStore) Listen ¶
func (rs *EventStore) Listen(evtType string, listener interface{})
func (*EventStore) Register ¶
func (rs *EventStore) Register(typ interface{})
func (*EventStore) SetManager ¶
func (rs *EventStore) SetManager(manager event.Manager)
func (*EventStore) Start ¶
func (rs *EventStore) Start(ctx context.Context) <-chan interface{}
Click to show internal directories.
Click to hide internal directories.