Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatchInvokedOperation ¶
type DispatchInvokedOperation struct { DeploymentId int Request *sdk.InvokeDeploymentOperationRequest }
We want to take a request to invoke and operation and dispatch. This is the command to do that.
type OperatorDispatcher ¶
type OperatorDispatcher interface {
Dispatch(ctx context.Context, command *DispatchInvokedOperation) (uuid.UUID, error)
}
Dispatch the invoke operation to the appropriate executor implemented in the operator
func NewOperatorDispatcher ¶
func NewOperatorDispatcher(appConfig *config.AppConfig, credential azcore.TokenCredential) (OperatorDispatcher, error)
Click to show internal directories.
Click to hide internal directories.