Documentation
¶
Index ¶
- Constants
- type CreateForwardtestOrderWorkflowParams
- type CreateForwardtestOrderWorkflowResults
- type CreateForwardtestWorkflowParams
- type CreateForwardtestWorkflowResults
- type GetForwardtestStatusWorkflowParams
- type GetForwardtestStatusWorkflowResults
- type ListForwardtestAccountsWorkflowParams
- type ListForwardtestAccountsWorkflowResults
- type ListForwardtestsWorkflowParams
- type ListForwardtestsWorkflowResults
- type ServiceInfoParams
- type ServiceInfoResults
Constants ¶
const CreateForwardtestOrderWorkflowName = "CreateForwardtestOrderWorkflow"
CreateForwardtestOrderWorkflowName is the name of the CreateForwardtestOrderWorkflow.
const CreateForwardtestWorkflowName = "CreateForwardtestWorkflow"
CreateForwardtestWorkflowName is the name of the CreateForwardtestWorkflow.
const GetForwardtestStatusWorkflowName = "GetForwardtestStatusWorkflow"
GetForwardtestStatusWorkflowName is the name of the GetForwardtestStatusWorkflow.
const ListForwardtestAccountsWorkflowName = "ListForwardtestAccountsWorkflow"
ListForwardtestAccountsWorkflowName is the name of the ListForwardtestAccountsWorkflow.
const ListForwardtestsWorkflowName = "ListForwardtestsWorkflow"
ListForwardtestsWorkflowName is the name of the ListForwardtestsWorkflow.
const (
// ServiceInfoWorkflowName is the name of the workflow to get the service info.
ServiceInfoWorkflowName = "ServiceInfoWorkflow"
)
const (
// WorkerTaskQueueName is the name of the task queue for the cryptellation worker.
WorkerTaskQueueName = "CryptellationforwardtestsTaskQueue"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateForwardtestOrderWorkflowParams ¶
CreateForwardtestOrderWorkflowParams is the input for the CreateForwardtestOrderWorkflow.
type CreateForwardtestOrderWorkflowResults ¶
type CreateForwardtestOrderWorkflowResults struct{}
CreateForwardtestOrderWorkflowResults is the output for the CreateForwardtestOrderWorkflow.
type CreateForwardtestWorkflowParams ¶
CreateForwardtestWorkflowParams is the input for the CreateForwardtestWorkflow.
type CreateForwardtestWorkflowResults ¶
CreateForwardtestWorkflowResults is the output for the CreateForwardtestWorkflow.
type GetForwardtestStatusWorkflowParams ¶
GetForwardtestStatusWorkflowParams is the input for the GetForwardtestStatusWorkflow.
type GetForwardtestStatusWorkflowResults ¶
type GetForwardtestStatusWorkflowResults struct {
Status forwardtest.Status
}
GetForwardtestStatusWorkflowResults is the output for the GetForwardtestStatusWorkflow.
type ListForwardtestAccountsWorkflowParams ¶
ListForwardtestAccountsWorkflowParams is the input for the ListForwardtestAccountsWorkflow.
type ListForwardtestAccountsWorkflowResults ¶
ListForwardtestAccountsWorkflowResults is the output for the ListForwardtestAccountsWorkflow.
type ListForwardtestsWorkflowParams ¶
type ListForwardtestsWorkflowParams struct{}
ListForwardtestsWorkflowParams is the input for the ListForwardtestsWorkflow.
type ListForwardtestsWorkflowResults ¶
type ListForwardtestsWorkflowResults struct {
Forwardtests []forwardtest.Forwardtest
}
ListForwardtestsWorkflowResults is the output for the ListForwardtestsWorkflow.
type ServiceInfoParams ¶
type ServiceInfoParams struct{}
ServiceInfoParams contains the parameters of the service info workflow.
type ServiceInfoResults ¶
type ServiceInfoResults struct {
Version string
}
ServiceInfoResults contains the result of the service info workflow.