api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2025 License: GPL-3.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

View Source
const CreateForwardtestOrderWorkflowName = "CreateForwardtestOrderWorkflow"

CreateForwardtestOrderWorkflowName is the name of the CreateForwardtestOrderWorkflow.

View Source
const CreateForwardtestWorkflowName = "CreateForwardtestWorkflow"

CreateForwardtestWorkflowName is the name of the CreateForwardtestWorkflow.

View Source
const GetForwardtestStatusWorkflowName = "GetForwardtestStatusWorkflow"

GetForwardtestStatusWorkflowName is the name of the GetForwardtestStatusWorkflow.

View Source
const ListForwardtestAccountsWorkflowName = "ListForwardtestAccountsWorkflow"

ListForwardtestAccountsWorkflowName is the name of the ListForwardtestAccountsWorkflow.

View Source
const ListForwardtestsWorkflowName = "ListForwardtestsWorkflow"

ListForwardtestsWorkflowName is the name of the ListForwardtestsWorkflow.

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 = "CryptellationforwardtestsTaskQueue"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateForwardtestOrderWorkflowParams

type CreateForwardtestOrderWorkflowParams struct {
	ForwardtestID uuid.UUID
	Order         order.Order
}

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
}

CreateForwardtestWorkflowParams is the input for the CreateForwardtestWorkflow.

type CreateForwardtestWorkflowResults

type CreateForwardtestWorkflowResults struct {
	ID uuid.UUID
}

CreateForwardtestWorkflowResults is the output for the CreateForwardtestWorkflow.

type GetForwardtestStatusWorkflowParams

type GetForwardtestStatusWorkflowParams struct {
	ForwardtestID uuid.UUID
}

GetForwardtestStatusWorkflowParams is the input for the GetForwardtestStatusWorkflow.

type GetForwardtestStatusWorkflowResults

type GetForwardtestStatusWorkflowResults struct {
	Status forwardtest.Status
}

GetForwardtestStatusWorkflowResults is the output for the GetForwardtestStatusWorkflow.

type ListForwardtestAccountsWorkflowParams

type ListForwardtestAccountsWorkflowParams struct {
	ForwardtestID uuid.UUID
}

ListForwardtestAccountsWorkflowParams is the input for the ListForwardtestAccountsWorkflow.

type ListForwardtestAccountsWorkflowResults

type ListForwardtestAccountsWorkflowResults struct {
	Accounts map[string]account.Account
}

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.

Jump to

Keyboard shortcuts

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