Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckQueueInput ¶
type CheckQueueInput struct {
TeamID, ModuleID string
}
type ModuleQueueChecker ¶
type ModuleQueueChecker struct {
// contains filtered or unexported fields
}
func NewModuleQueueChecker ¶
func NewModuleQueueChecker(queueManager queuemanager.ModuleRunQueueManager, db database.Config, tokenOpts token.TokenOpts, serverURL, broadcastGRPCAddress string) *ModuleQueueChecker
func (*ModuleQueueChecker) ScheduleFromQueue ¶
func (mqc *ModuleQueueChecker) ScheduleFromQueue(ctx workflow.Context, input CheckQueueInput) (string, error)
Click to show internal directories.
Click to hide internal directories.