Versions in this module Expand all Collapse all v1 v1.13.0 Apr 30, 2026 Changes in this version + func AvailableRegistryIDs(registries []*tenantctx.Registry) string + func FindRegistry(registries []*tenantctx.Registry, id string) *tenantctx.Registry + func ParseContractWorkflowSource(workflowSource string) (selector, addr string, ok bool) + func PrintWorkflowTable(rows []Workflow, registries []*tenantctx.Registry, opts TableOptions) + func PrintWorkflowsJSON(rows []Workflow, registries []*tenantctx.Registry) error + func RegistryEligibleForContractRows(reg *tenantctx.Registry) bool + func RegistryIDOrSource(workflowSource string, matched *tenantctx.Registry) string + func ResolveWorkflowRegistry(workflowSource string, registries []*tenantctx.Registry) *tenantctx.Registry + type TableOptions struct + CountBeforeDeletedFilter int + IncludeDeleted bool + type Workflow = workflowdataclient.Workflow + func FilterRowsByRegistry(rows []Workflow, reg *tenantctx.Registry, all []*tenantctx.Registry) []Workflow + func OmitDeleted(rows []Workflow) []Workflow