Documentation
¶
Index ¶
- func NewExecutableListView(ctx *context.Context, executables executable.ExecutableList, ...) tuikit.View
- func NewExecutableView(ctx *context.Context, exec *executable.Executable, format types.Format, ...) tuikit.View
- func NewTemplateListView(ctx *context.Context, templates executable.TemplateList, format types.Format, ...) tuikit.View
- func NewTemplateView(ctx *context.Context, template *executable.Template, format types.Format, ...) tuikit.View
- func PrintExecutable(logger tuikitIO.Logger, format string, exec *executable.Executable)
- func PrintExecutableList(logger tuikitIO.Logger, format string, executables executable.ExecutableList)
- func PrintTemplate(logger tuikitIO.Logger, format string, template *executable.Template)
- func PrintTemplateList(logger tuikitIO.Logger, format string, templates executable.TemplateList)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutableListView ¶ added in v0.1.1
func NewExecutableListView( ctx *context.Context, executables executable.ExecutableList, format types.Format, runFunc func(string) error, ) tuikit.View
func NewExecutableView ¶ added in v0.1.1
func NewExecutableView( ctx *context.Context, exec *executable.Executable, format types.Format, runFunc func(string) error, ) tuikit.View
func NewTemplateListView ¶ added in v0.6.0
func NewTemplateListView( ctx *context.Context, templates executable.TemplateList, format types.Format, runFunc func(string) error, ) tuikit.View
func NewTemplateView ¶ added in v0.6.0
func PrintExecutable ¶
func PrintExecutable(logger tuikitIO.Logger, format string, exec *executable.Executable)
func PrintExecutableList ¶
func PrintExecutableList(logger tuikitIO.Logger, format string, executables executable.ExecutableList)
func PrintTemplate ¶ added in v0.6.0
func PrintTemplate(logger tuikitIO.Logger, format string, template *executable.Template)
func PrintTemplateList ¶ added in v0.6.0
func PrintTemplateList(logger tuikitIO.Logger, format string, templates executable.TemplateList)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.