Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationStatus ¶
type NotificationStatus struct {
// contains filtered or unexported fields
}
type Observer ¶
type Observer struct {
// contains filtered or unexported fields
}
func NewObserver ¶
func NewObserver( ctx context.Context, sStore storage.Database, blacklist blacklist.Blacklister, eventManager *events.EventManager, ) (*Observer, error)
func (*Observer) HandleEvent ¶
func (o *Observer) HandleEvent(ctx context.Context, event events.EventMessage)
Click to show internal directories.
Click to hide internal directories.