Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2020 Changes in this version + type DocController struct + Specification *config.Specification + func NewDocController(spec *config.Specification) *DocController + func (controller *DocController) Get(context *qhttp.Context) + func (controller *DocController) GetRoutes() []string + type EchoController interface + func NewEchoController(spec *config.Specification) EchoController + type ResourceController interface + func NewResourceController(spec *config.Specification) ResourceController + type WidgetController interface + func NewWidgetController(spec *config.Specification) WidgetController + type WidgetsController interface + func NewWidgetsController(spec *config.Specification) WidgetsController