Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler resolves a single workflow by name via the platform search API and prints the matching rows. It filters to the workflow's configured deployment-registry by default; that filter can be disabled with --all-registries.
func NewHandler ¶
NewHandler builds a Handler backed by a real WorkflowDataClient.
func NewHandlerWithClient ¶
func NewHandlerWithClient(ctx *runtime.Context, wdc *workflowdataclient.Client) *Handler
NewHandlerWithClient builds a Handler with a pre-built WorkflowDataClient (for testing).
Click to show internal directories.
Click to hide internal directories.