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 fetches and renders workflow executions.
func NewHandler ¶
NewHandler builds a Handler with a real WorkflowDataClient.
func NewHandlerWithClient ¶
func NewHandlerWithClient(ctx *runtime.Context, wdc *workflowdataclient.Client) *Handler
NewHandlerWithClient builds a Handler with a pre-built client (for testing).
type Inputs ¶
type Inputs struct {
// WorkflowRef is an optional workflow name or on-chain WorkflowId from the positional arg.
WorkflowRef string
Statuses []workflowdataclient.ExecutionStatus
From *time.Time
To *time.Time
Limit int
OutputFormat string
NonInteractive bool
}
Inputs holds resolved and validated flag/arg values for execution list.
Click to show internal directories.
Click to hide internal directories.