Documentation ¶
Index ¶
Constants ¶
View Source
const RequestLockDuration = 3 * time.Minute
View Source
const RequestLockFmt = "supervisor.requests.%s"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerFunc ¶
type ConsumerFunc = func(item Item)
type ErrorHandler ¶
type ErrorHandler = func(error)
type Notifier ¶
type Notifier struct { pubsub.Dispatcher // contains filtered or unexported fields }
func NewNotifier ¶
func NewNotifier(ctx context.Context, dispatcher pubsub.Dispatcher) *Notifier
func (*Notifier) NotifyRegion ¶
Click to show internal directories.
Click to hide internal directories.