template

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeployCmd

func NewDeployCmd(f *cmdutil.Factory) *cobra.Command

func NewListCmd

func NewListCmd(f *cmdutil.Factory) *cobra.Command

func NewTemplateCmd

func NewTemplateCmd(f *cmdutil.Factory) *cobra.Command

Types

type PublicTag

type PublicTag struct {
	Name string `json:"name"`
}

PublicTag is a tag attached to a public workflow template.

type Template

type Template struct {
	ID          string      `json:"id"`
	Name        string      `json:"name"`
	Description string      `json:"description"`
	Visibility  string      `json:"visibility"`
	PublicTags  []PublicTag `json:"publicTags"`
	CreatedAt   string      `json:"createdAt"`
}

Template is the API response shape for a featured public workflow acting as a template.

Jump to

Keyboard shortcuts

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