Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WatchJob ¶
type WatchJob struct {
// contains filtered or unexported fields
}
func NewWatchJob ¶
func (*WatchJob) Info ¶
func (j *WatchJob) Info() *WatchJobInfo
func (*WatchJob) Status ¶
func (j *WatchJob) Status() WatchJobStatus
type WatchJobInfo ¶
type WatchJobStatus ¶
type WatchJobStatus int32
const ( WatchJobStatusWillRun WatchJobStatus = iota WatchJobStatusRunning WatchJobStatusFailed WatchJobStatusStopped )
func (WatchJobStatus) String ¶
func (s WatchJobStatus) String() string
Click to show internal directories.
Click to hide internal directories.