Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// GetExchange calls the exchange get workflow.
GetExchange(ctx context.Context, params api.GetExchangeWorkflowParams) (api.GetExchangeWorkflowResults, error)
// ListExchanges calls the exchanges list workflow.
ListExchanges(ctx context.Context, params api.ListExchangesWorkflowParams) (api.ListExchangesWorkflowResults, error)
// Info calls the service info.
Info(ctx context.Context) (api.ServiceInfoResults, error)
}
Client is a client for the cryptellation exchanges service.
func New ¶
func New(cl temporalclient.Client) Client
New creates a new client to execute temporal workflows.
Click to show internal directories.
Click to hide internal directories.