Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(config *ControllerConfig, store entitystore.EntityStore, brokerClient clients.BrokerClient) controller.Controller
NewController creates a new service manager controller
Types ¶
type ControllerConfig ¶
ControllerConfig defines the image manager controller configuration
type Handlers ¶
type Handlers struct { Store entitystore.EntityStore Watcher controller.Watcher }
Handlers encapsulates the service manager handlers
func NewHandlers ¶
func NewHandlers(watcher controller.Watcher, store entitystore.EntityStore) *Handlers
NewHandlers is the constructor for the Handlers type
func (*Handlers) ConfigureHandlers ¶
func (h *Handlers) ConfigureHandlers(api middleware.RoutableAPI)
ConfigureHandlers registers the service manager handlers to the API
Directories ¶
Path | Synopsis |
---|---|
gen
|
|
restapi
Package restapi Service Manager VMware Dispatch Service Manager Schemes: http https Host: localhost BasePath: /v1 Version: 1.0.0 Contact: <dispatch@vmware.com> Consumes: - application/json Produces: - application/json swagger:meta
|
Package restapi Service Manager VMware Dispatch Service Manager Schemes: http https Host: localhost BasePath: /v1 Version: 1.0.0 Contact: <dispatch@vmware.com> Consumes: - application/json Produces: - application/json swagger:meta |
Package mocks generated by mockery v1.0.0
|
Package mocks generated by mockery v1.0.0 |
Click to show internal directories.
Click to hide internal directories.