Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType string
ActionType is the type of action
const (
// ActionSuspend is the action type of suspend
ActionSuspend ActionType = "suspend"
// ActionTerminate is the action type of terminate
ActionTerminate ActionType = "terminate"
// ActionWait is the action type of wait
ActionWait ActionType = "wait"
)
type GenericActionError ¶
type GenericActionError ActionType
GenericActionError is the error type of action
type LookUpNotFoundErr ¶
type LookUpNotFoundErr string
LookUpNotFoundErr is the error type of lookup
Click to show internal directories.
Click to hide internal directories.