Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenerateCmd ¶
func NewRootCmd ¶
Types ¶
type EnvConfig ¶
type EnvConfig struct {
Environments map[string]Environment `yaml:"environments"`
}
type Environment ¶
type ExecutionStats ¶
type ExecutionStats struct {
Total int
Success int32
Failed int32
StartTime time.Time
EndTime time.Time
Errors []string
// contains filtered or unexported fields
}
func (*ExecutionStats) Print ¶
func (s *ExecutionStats) Print()
func (*ExecutionStats) RecordFailure ¶
func (s *ExecutionStats) RecordFailure(err error)
func (*ExecutionStats) RecordSuccess ¶
func (s *ExecutionStats) RecordSuccess()
Click to show internal directories.
Click to hide internal directories.