Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
Router *chi.Mux
Config config.Config
Models model.Models
Handlers api.Handlers
JWT jwt.JWTObject
}
func NewController ¶
func NewController(cfg *config.Config, pool model.PgxIface) *Controller
func (*Controller) MountHandlers ¶
func (c *Controller) MountHandlers()
Click to show internal directories.
Click to hide internal directories.