package
0.2.0-alpha
Repository: https://github.com/vmware-archive/dispatch.git
Documentation: pkg.go.dev
# Functions
InitializeStatusMap initializes the status mapping.
ServiceClassEntityToModel translates the ServiceClass entity representation (DB) to the model representation (API).
ServiceClassModelToEntity translates the ServiceClass model representation (API) to the entity representation (DB).
ServiceInstanceEntityToModel translates the ServiceInstance entity representation (DB) to the model representation (API).
ServiceInstanceModelToEntity translates the ServiceInstance model representation (API) to the entity representation (DB).
# Structs
Broker represents a service broker (which implements OSBAPI).
Schema represents contract for the three service operations (Create, Update, and Bind).
ServiceBinding represents a binding or connection to the service.
ServiceClass represents an available service type.
ServiceInstance represents a provisioned service.
ServicePlan represents a plan or flavor of a service.