Documentation ¶
Overview ¶
Package service_plan contains logic for building the Service Manager service plans API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
ServicePlanStorage storage.ServicePlan
}
Controller implements api.Controller by providing service plans API logic
func (*Controller) ListServicePlans ¶
func (*Controller) Routes ¶
func (c *Controller) Routes() []web.Route
Routes returns slice of routes which handle service plan operations
Click to show internal directories.
Click to hide internal directories.