Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Schedule(context.Context, string, *queue.QueuedJob) (counter.Interface, error)
Enqueue(counter.Interface)
Deschedule(counter.Interface)
RemoveConsumer(counter.Interface)
Trigger(*api.TriggerRequest, func(*api.TriggerResponse))
AddToControlLoop(*queue.ControlEvent)
DeliverablePrefixes(...string) []int64
UnDeliverablePrefixes(...string)
Stage(int64, string) bool
Unstage(int64)
}
Click to show internal directories.
Click to hide internal directories.