Documentation ¶
Index ¶
- func BulkEndpoints(router *httprouter.Router, config configuration.Config, ...)
- func DeviceGroupsHelper(router *httprouter.Router, config configuration.Config, ...)
- func Router(config configuration.Config, ctrl *controller.Controller) http.Handler
- func SelectablesEndpoints(router *httprouter.Router, config configuration.Config, ...)
- func Start(ctx context.Context, wg *sync.WaitGroup, config configuration.Config, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulkEndpoints ¶
func BulkEndpoints(router *httprouter.Router, config configuration.Config, ctrl *controller.Controller)
func DeviceGroupsHelper ¶
func DeviceGroupsHelper(router *httprouter.Router, config configuration.Config, ctrl *controller.Controller)
func Router ¶
func Router(config configuration.Config, ctrl *controller.Controller) http.Handler
func SelectablesEndpoints ¶
func SelectablesEndpoints(router *httprouter.Router, config configuration.Config, ctrl *controller.Controller)
func Start ¶
func Start(ctx context.Context, wg *sync.WaitGroup, config configuration.Config, ctrl *controller.Controller) (err error)
starts http server; if wg is not nil it will be set as done when the server is stopped
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.