Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type APIEntry struct + AccessLabel string + GatewayURL string + type Entry struct + Type string + type Instance struct + ID InstanceID + Namespace Namespace + ParamsHash string + ServiceID ServiceID + ServicePlanID ServicePlanID + State InstanceState + type InstanceBindData struct + Credentials InstanceCredentials + InstanceID InstanceID + type InstanceCredentials map[string]string + type InstanceID string + func (id InstanceID) IsZero() bool + type InstanceOperation struct + CreatedAt time.Time + InstanceID InstanceID + OperationID OperationID + ParamsHash string + State OperationState + StateDescription *string + Type OperationType + type InstanceState string + const InstanceStateFailed + const InstanceStatePending + const InstanceStateSucceeded + type Namespace string + type OperationID string + func (id OperationID) IsZero() bool + type OperationState string + const OperationStateFailed + const OperationStateInProgress + const OperationStateSucceeded + func (os OperationState) String() string + type OperationType string + const OperationTypeCreate + const OperationTypeRemove + const OperationTypeUndefined + type RemoteEnvironment struct + AccessLabel string + Description string + Name RemoteEnvironmentName + Services []Service + Source Source + type RemoteEnvironmentName string + type RemoteServiceID string + type Service struct + APIEntry *APIEntry + DisplayName string + EventProvider bool + ID RemoteServiceID + LongDescription string + ProviderDisplayName string + Tags []string + type ServiceID string + type ServicePlanID string + type Source struct + Environment string + Namespace string + Type string