Documentation
¶
Index ¶
- func DisplayWorkflowDetails(cfg *settings.Settings, runtimeContext *runtime.Context, ...)
- func FetchAllWorkflowsByOwnerAndName(ctx context.Context, wrc WorkflowListByOwnerAndNameClient, ...) ([]workflow_registry_v2_wrapper.WorkflowRegistryWorkflowMetadataView, error)
- type WorkflowListByOwnerAndNameClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayWorkflowDetails ¶
func FetchAllWorkflowsByOwnerAndName ¶ added in v1.17.0
func FetchAllWorkflowsByOwnerAndName( ctx context.Context, wrc WorkflowListByOwnerAndNameClient, owner common.Address, name string, ) ([]workflow_registry_v2_wrapper.WorkflowRegistryWorkflowMetadataView, error)
FetchAllWorkflowsByOwnerAndName returns every workflow version for owner+name, paginating until exhausted.
Types ¶
type WorkflowListByOwnerAndNameClient ¶ added in v1.17.0
type WorkflowListByOwnerAndNameClient interface {
GetWorkflowListByOwnerAndName(ctx context.Context, owner common.Address, workflowName string, start, limit *big.Int) ([]workflow_registry_v2_wrapper.WorkflowRegistryWorkflowMetadataView, error)
}
WorkflowListByOwnerAndNameClient fetches workflow metadata pages from the registry.
Click to show internal directories.
Click to hide internal directories.