Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignWorkerDTO ¶
type ExternalWorkHandler ¶
type ExternalWorkHandler struct {
TakeWorkServiceDefinition string
OrchestrationConnection orchestrator.OrchestratorConnection
SystemDefinition orchestratormodels.SystemDefinition
CertificateInfo orchestratormodels.CertificateInfo
}
func (*ExternalWorkHandler) AssignWorker ¶
func (w *ExternalWorkHandler) AssignWorker(workId string, workerId string) (*Work, error)
type WorkHandler ¶
type WorkHandlerType ¶
type WorkHandlerType string
const EXTERNAL_WORK_HANDLER WorkHandlerType = "EXTERNAL_WORK_HANDLER"
Click to show internal directories.
Click to hide internal directories.