Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LMSTenantDTO ¶
type OperationDTO ¶
type OperationStatEntry ¶
type OperationType ¶
type OperationType string
OperationType defines the possible types of an asynchronous operation to a broker.
const ( // OperationTypeProvision means provisioning OperationType OperationTypeProvision OperationType = "provision" // OperationTypeDeprovision means deprovision OperationType OperationTypeDeprovision OperationType = "deprovision" // OperationTypeUndefined means undefined OperationType OperationTypeUndefined OperationType = "" )
Click to show internal directories.
Click to hide internal directories.