Documentation
¶
Index ¶
Constants ¶
View Source
const ( None = 0 Activate = 1 Abort = 2 Suspend = 3 Resume = 4 Stop = 5 Terminate = 6 Remove = 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type PendingAction ¶
func GetPendingAction ¶
func GetPendingAction(enum int) PendingAction
type StreamHandler ¶
type StreamHandler struct {
// contains filtered or unexported fields
}
func NewStreamHandler ¶
func NewStreamHandler(client streamClient, jobId, runbookVersionId string) StreamHandler
func (*StreamHandler) SetStream ¶
func (s *StreamHandler) SetStream(message string)
Click to show internal directories.
Click to hide internal directories.