Documentation ¶
Overview ¶
Package controller contains the actual processing of frontend requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
config.BrokerConfigStore
}
Controller data
func CreateController ¶
func CreateController(config config.BrokerConfigStore) (*Controller, error)
CreateController creates a new controller instance.
func (*Controller) Catalog ¶
func (c *Controller) Catalog(w http.ResponseWriter, _ *http.Request)
Catalog serves catalog request and generate response.
Click to show internal directories.
Click to hide internal directories.