Versions in this module Expand all Collapse all v0 v0.0.1 Jan 4, 2025 Changes in this version + type Config struct + Env []*types.KeyVal + Steps []*Step + func Load(filePath string) (*Config, error) + func (c *Config) String() string + func (c *Config) ToTypesSteps() ([]*types.Step, error) + type Step struct + Cmd string + Delay string + Interval string + Name string + Retries int