Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// List calls the list workflow.
List(ctx context.Context, params api.ListWorkflowParams) (api.ListWorkflowResults, error)
// Info calls the service info.
Info(ctx context.Context) (api.ServiceInfoResults, error)
}
Client is a client for the cryptellation sma service.
func New ¶
func New(cl temporalclient.Client) Client
New creates a new client to execute temporal workflows.
type WfClient ¶
type WfClient interface {
}
WfClient is a client for the cryptellation sma service from a workflow perspective.
func NewWfClient ¶
func NewWfClient() WfClient
NewWfClient creates a new workflow client. This client is used to call workflows from within other workflows. It is not used to call workflows from outside the workflow environment.
Click to show internal directories.
Click to hide internal directories.