Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchStatus ¶
type BatchStatus string
const ( STARTING BatchStatus = "STARTING" STARTED BatchStatus = "STARTED" STOPPING BatchStatus = "STOPPING" STOPPED BatchStatus = "STOPPED" COMPLETED BatchStatus = "COMPLETED" FAILED BatchStatus = "FAILED" UNKNOWN BatchStatus = "UNKNOWN" )
func (BatchStatus) And ¶
func (s BatchStatus) And(other BatchStatus) BatchStatus
Click to show internal directories.
Click to hide internal directories.