workflow

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WorkflowList added in v0.3.0

func WorkflowList(workflowDir string) (*[]*Workflow, *[]error, error)

Types

type Workflow

type Workflow struct {
	Name         string
	Filepath     string
	Base         string
	Location     string
	Author       string
	Version      string
	Desc         string
	Workflows    map[string]string
	CliWorkflows map[string]string
}

func NewWorkflow

func NewWorkflow(filepath, base string, input *WorkflowJSON) *Workflow

func WorkflowParse added in v0.3.0

func WorkflowParse(name, base string) (*Workflow, error)

type WorkflowJSON added in v0.3.0

type WorkflowJSON struct {
	Name         string            `json:"name"`
	Author       string            `json:"author"`
	Version      string            `json:"version"`
	Desc         string            `json:"desc"`
	DescLong     []string          `json:"desc_long,omitempty"`
	Workflows    map[string]string `json:"workflows,omitempty"`
	CliWorkflows map[string]string `json:"cli_workflows,omitempty"`
}

Jump to

Keyboard shortcuts

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