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 loads workflows via the WorkflowDataClient and prints them.
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 WorkflowDataClient (for testing).
type Workflow ¶
type Workflow = workflowdataclient.Workflow
Workflow is a type alias so that print.go and registry.go in this package can use the name without importing workflowdataclient directly.
Click to show internal directories.
Click to hide internal directories.