Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages the server
func NewController ¶
func NewController(conf config.Conf) (*Controller, error)
NewController is the Controller constructor
func (*Controller) Router ¶
func (c *Controller) Router() http.Handler
Router returns the HTTP routes handler
Click to show internal directories.
Click to hide internal directories.