package
Version:
v0.0.0-...-abf2cf9
Opens a new window with list of versions in this module.
Published: Aug 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ActionRunFunc func(conf interface{}) (interface{}, error)
type Step struct {
Name string `yaml:"name" validate:"required"`
Doc string `yaml:"doc" validate:"require"`
Action string `yaml:"action" validate:"required"`
Conf map[string]string `yaml:"conf" validate:"required"`
Output string `yaml:"output" validate:"required"`
}
type Workflow struct {
Name string `yaml:"name" validate:"required"`
Version string `yaml:"version" validate:"omitempty"`
Doc string `yaml:"doc" validate:"required"`
Steps []Step `yaml:"steps" validate:"required,dive"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.