# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package healthcheck contains logic for the Service Manager healthcheck API.
Package info contains logic for the Service Manager info API.
No description provided by the author
Package osb contains logic for building the Service Manager OSB API.
No description provided by the author
# Functions
DefaultSettings returns default values for API settings.
No description provided by the author
New returns the minimum set of REST APIs needed for the Service Manager.
No description provided by the author
NewAsyncController returns a new base controller with a scheduler making it effectively an async controller.
NewController returns a new base controller.
NewHTTPHandler creates a new HTTPHandler from the provided web.Handler.
NewOperationsController returns a new controller for operations api.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
BaseController provides common CRUD handlers for all object types in the service manager.
HTTPHandler converts a pkg/web.Handler and pkg/web.HandlerFunc to a standard http.Handler.
OperationsController implements api.Controller by providing operations API logic.
No description provided by the author
No description provided by the author
ServiceBindingController implements api.Controller by providing service bindings API logic.
ServiceInstanceController implements api.Controller by providing service Instances API logic.
ServiceOfferingController implements api.Controller by providing service offerings API logic.
ServicePlanController implements api.Controller by providing service plans API logic.
Settings type to be loaded from the environment.
No description provided by the author