api

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2025 License: GPL-3.0 Imports: 1 Imported by: 3

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

type GetExchangeWorkflowResults struct {
	Exchange exchange.Exchange
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL