Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RestingStates ¶
type StateType ¶
type StateType int
A StateType represents the specific type of resting state that a state value is.
const ( UndefinedState StateType = iota // A special resting state, that generally requires special consideration // Interactive states like PENDING_PARTNER in interconnects are an example RestingState // An error state is a state that indicates that a resource is not working // correctly. If this is Create, it should be tainted by returning an error ErrorState // A ready resource is fully provisioned, and ready to accept traffic/work ReadyState )
Click to show internal directories.
Click to hide internal directories.