list

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(runtimeContext *runtime.Context) *cobra.Command

New returns the cobra command.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler loads workflows via the WorkflowDataClient and prints them.

func NewHandler

func NewHandler(ctx *runtime.Context) *Handler

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).

func (*Handler) Execute

func (h *Handler) Execute(ctx context.Context, registryFilter string, includeDeleted bool) error

Execute lists workflows, optionally filtering by registry ID from user context. Deleted workflows are omitted unless includeDeleted is true.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL