Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct {
Version string `json:"version"`
ProjectName string `json:"projectName"`
BaseUrl string `json:"baseUrl"`
BeforeRun []string `json:"beforeRun"`
Flows []*app.Flow `json:"flows"`
AfterRun []string `json:"afterRun"`
// contains filtered or unexported fields
}
func LoadConfig ¶
func NewDefaultConfig ¶
func (*Cfg) GetFlow ¶
GetFlow returns a pointer to the named flow with a boolean 'ok' if it's found.
func (*Cfg) GetTotalSteps ¶
func (*Cfg) RemoveFlow ¶
Click to show internal directories.
Click to hide internal directories.