# Functions
AwaitCompletion blocks until an object is no longer pending.
EndpointURL is a helper function which can be wrapped by API bindings to enable the filter helper.
RequestBody prevents decoding of delete responses as they are not compatible with the objects type.
# Constants
StateTypeError is used for states of type error.
StateTypeOK is used for states of type OK.
StateTypePending is used for states of type Pending.
# Variables
ErrStateError is returned if a resource could not be provisioned (state "Error").
ErrStateUnknown is returned if a resource has an unknown state.
# Structs
GenericService has methods overridden for all GS objects in the same way.
No description provided by the author
State represents the state object available on GS resources.
# Interfaces
StateRetriever is an interface Objects can implement to provide unified state information.
# Type aliases
PartialResourceList represents a linked resource list in GS.