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
- type StartForwardtestWorkflowParams
- type StartForwardtestWorkflowResults
- type StopForwardtestWorkflowParams
- type StopForwardtestWorkflowResults
- type SubscribeToPriceWorkflowParams
- type SubscribeToPriceWorkflowResults
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 StartForwardtestWorkflowName = "StartForwardtestWorkflow"
StartForwardtestWorkflowName is the name of the StartForwardtestWorkflow.
const StopForwardtestWorkflowName = "StopForwardtestWorkflow"
StopForwardtestWorkflowName is the name of the StopForwardtestWorkflow.
const SubscribeToPriceWorkflowName = "SubscribeToPriceWorkflow"
SubscribeToPriceWorkflowName is the name of the SubscribeToPriceWorkflow.
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 ¶
type CreateForwardtestWorkflowParams struct {
Accounts map[string]account.Account
Callbacks runtime.Callbacks
}
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.
type StartForwardtestWorkflowParams ¶ added in v1.1.0
StartForwardtestWorkflowParams is the input for the StartForwardtestWorkflow.
type StartForwardtestWorkflowResults ¶ added in v1.1.0
type StartForwardtestWorkflowResults struct{}
StartForwardtestWorkflowResults is the output for the StartForwardtestWorkflow.
type StopForwardtestWorkflowParams ¶ added in v1.1.0
StopForwardtestWorkflowParams is the input for the StopForwardtestWorkflow.
type StopForwardtestWorkflowResults ¶ added in v1.1.0
type StopForwardtestWorkflowResults struct{}
StopForwardtestWorkflowResults is the output for the StopForwardtestWorkflow.
type SubscribeToPriceWorkflowParams ¶ added in v1.1.0
type SubscribeToPriceWorkflowParams struct {
ForwardtestID uuid.UUID
OnPriceCallback runtime.CallbackWorkflow
Exchange string
Pair string
}
SubscribeToPriceWorkflowParams is the input for the SubscribeToPriceWorkflow.
type SubscribeToPriceWorkflowResults ¶ added in v1.1.0
type SubscribeToPriceWorkflowResults struct{}
SubscribeToPriceWorkflowResults is the output for the SubscribeToPriceWorkflow.