Documentation
¶
Index ¶
Constants ¶
View Source
const (
// GetExchangeWorkflowName is the name of the workflow to get an exchange.
GetExchangeWorkflowName = "GetExchangeWorkflow"
)
View Source
const (
// ListExchangesWorkflowName is the name of the workflow to list exchanges.
ListExchangesWorkflowName = "ListExchangesWorkflow"
)
View Source
const (
// ServiceInfoWorkflowName is the name of the workflow to get the service info.
ServiceInfoWorkflowName = "ServiceInfoWorkflow"
)
View Source
const (
// WorkerTaskQueueName is the name of the task queue for the cryptellation worker.
WorkerTaskQueueName = "CryptellationExchangesTaskQueue"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetExchangeWorkflowParams ¶
type GetExchangeWorkflowParams struct {
Name string
}
GetExchangeWorkflowParams is the parameters of the GetExchange workflow.
type GetExchangeWorkflowResults ¶
GetExchangeWorkflowResults is the result of the GetExchange workflow.
type ListExchangesWorkflowParams ¶
type ListExchangesWorkflowParams struct{}
ListExchangesWorkflowParams is the parameters of the ListExchanges workflow.
type ListExchangesWorkflowResults ¶
type ListExchangesWorkflowResults struct {
List []string
}
ListExchangesWorkflowResults is the result of the ListExchanges workflow.
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.
Click to show internal directories.
Click to hide internal directories.