Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CiConfig ¶
type CiConfig struct { LogFilePath string `yaml:"log_file"` Steps []StepConfig `yaml:"steps"` // contains filtered or unexported fields }
type JobStatus ¶
type JobStatus struct { BeforeHooksSuccess bool AfterHooksSuccess bool MainJobSuccess bool Output SafeBuffer // contains filtered or unexported fields }
type RefreshStatusMsg ¶
type SafeBuffer ¶
type SafeBuffer struct {
// contains filtered or unexported fields
}
func (*SafeBuffer) String ¶
func (s *SafeBuffer) String() string
type StepConfig ¶
type StepStatus ¶
type StepStatus struct { BeforeHooks *TaskStatus Jobs []JobStatus AfterHooks *TaskStatus Mtx sync.Mutex // contains filtered or unexported fields }
type TaskStatus ¶
type TaskStatus struct { Output SafeBuffer // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.