Versions in this module Expand all Collapse all v2 v2.0.0 May 2, 2026 Changes in this version + func NewExecutableListView(ctx *context.Context, executables executable.ExecutableList, ...) tuikit.View + func NewExecutableView(ctx *context.Context, exec *executable.Executable, runFunc func(string) error) tuikit.View + func NewLibraryView(ctx *context.Context, workspaces workspace.WorkspaceList, ...) tuikit.View + func NewTemplateListView(ctx *context.Context, templates executable.TemplateList, ...) tuikit.View + func NewTemplateView(ctx *context.Context, template *executable.Template, ...) tuikit.View + func PrintExecutable(format string, exec *executable.Executable) + func PrintExecutableList(format string, executables executable.ExecutableList) + func PrintTemplate(format string, template *executable.Template) + func PrintTemplateList(format string, templates executable.TemplateList) + type Filter struct + Annotations []string + Namespace string + Substring string + Tags flowCommon.Tags + Verb executable.Verb + Visibility flowCommon.Visibility + Workspace string Other modules containing this package github.com/flowexec/flow