Documentation
¶
Index ¶
- Constants
- type CreateForwardtestOrderWorkflowParams
- type CreateForwardtestOrderWorkflowResults
- type CreateForwardtestWorkflowParams
- type CreateForwardtestWorkflowResults
- type GetForwardtestBalanceWorkflowParams
- type GetForwardtestBalanceWorkflowResults
- type GetForwardtestWorkflowParams
- type GetForwardtestWorkflowResults
- type ListForwardtestAccountsWorkflowParams
- type ListForwardtestAccountsWorkflowResults
- type ListForwardtestsWorkflowParams
- type ListForwardtestsWorkflowResults
- type RunForwardtestWorkflowParams
- type RunForwardtestWorkflowResults
- type ServiceInfoParams
- type ServiceInfoResults
- 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 GetForwardtestBalanceWorkflowName = "GetForwardtestBalanceWorkflow"
GetForwardtestBalanceWorkflowName is the name of the GetForwardtestBalanceWorkflow.
const GetForwardtestWorkflowName = "GetForwardtestWorkflow"
GetForwardtestWorkflowName is the name of the GetForwardtestWorkflow.
const ListForwardtestAccountsWorkflowName = "ListForwardtestAccountsWorkflow"
ListForwardtestAccountsWorkflowName is the name of the ListForwardtestAccountsWorkflow.
const ListForwardtestsWorkflowName = "ListForwardtestsWorkflow"
ListForwardtestsWorkflowName is the name of the ListForwardtestsWorkflow.
const RunForwardtestWorkflowName = "RunForwardtestWorkflow"
RunForwardtestWorkflowName is the name of the RunForwardtestWorkflow.
const (
// ServiceInfoWorkflowName is the name of the workflow to get the service info.
ServiceInfoWorkflowName = "ServiceInfoWorkflow"
)
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 GetForwardtestBalanceWorkflowParams ¶ added in v1.1.1
GetForwardtestBalanceWorkflowParams is the input for the GetForwardtestBalanceWorkflow.
type GetForwardtestBalanceWorkflowResults ¶ added in v1.1.1
type GetForwardtestBalanceWorkflowResults struct {
Balance float64
}
GetForwardtestBalanceWorkflowResults is the output for the GetForwardtestBalanceWorkflow.
type GetForwardtestWorkflowParams ¶ added in v1.1.1
GetForwardtestWorkflowParams is the input for the GetForwardtestWorkflow.
type GetForwardtestWorkflowResults ¶ added in v1.1.1
type GetForwardtestWorkflowResults struct {
Forwardtest forwardtest.Forwardtest
}
GetForwardtestWorkflowResults is the output for the GetForwardtestWorkflow.
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 RunForwardtestWorkflowParams ¶ added in v1.1.1
RunForwardtestWorkflowParams is the input for the RunForwardtestWorkflow.
type RunForwardtestWorkflowResults ¶ added in v1.1.1
type RunForwardtestWorkflowResults struct{}
RunForwardtestWorkflowResults is the output for the RunForwardtestWorkflow.
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 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.