workflow

package
v0.10.5 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetWorkflow

func GetWorkflow() *ops.Workflow

func Output

func Output() output.Interface

Types

type API

type API struct{}

func (*API) Create added in v0.4.0

func (api *API) Create(yamlFile string)

func (*API) Delete

func (api *API) Delete()

func (*API) Disable

func (api *API) Disable()

func (*API) Enable

func (api *API) Enable()

func (*API) List

func (api *API) List()

func (*API) Show

func (api *API) Show()

func (*API) Update added in v0.4.0

func (api *API) Update(yamlFile string)

type Interface

type Interface interface {
	List()
	Show()
	Create(yamlFile string)
	Update(yamlFile string)
	Delete()
	Enable()
	Disable()
}

func Resource

func Resource() Interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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