Documentation ¶
Overview ¶
Package broker contains logic for building the Service Manager Broker Management API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Repository storage.Repository OSBClientCreateFunc osbc.CreateFunc Encrypter security.Encrypter }
Controller broker controller
func (*Controller) Routes ¶
func (c *Controller) Routes() []web.Route
Routes returns slice of routes which handle broker operations
Click to show internal directories.
Click to hide internal directories.