Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomHTTPErrorHandler ¶
func CustomHTTPErrorHandler(err error, c echo.Context)
func SetupRoutes ¶
func SetupRoutes(e *echo.Echo, hh *HomeHandler, fh *FishingHandler, ch *CodingHandler, mh *MiscHandler, ah *AdminHandler, conh *ContentHandler)
Types ¶
type AdminHandler ¶
type AdminHandler struct {
AdminServices AdminService
}
func NewAdminHandler ¶
func NewAdminHandler(as AdminService) *AdminHandler
type CodingHandler ¶
type CodingHandler struct { }
func NewCodingHandler ¶
func NewCodingHandler() *CodingHandler
type ContentHandler ¶
type ContentHandler struct { }
func NewContentHandler ¶
func NewContentHandler() *ContentHandler
type FishingHandler ¶
type FishingHandler struct { }
func NewFishingHandler ¶
func NewFishingHandler() *FishingHandler
type HomeHandler ¶
type HomeHandler struct { }
func NewHomeHandler ¶
func NewHomeHandler() *HomeHandler
type MiscHandler ¶
type MiscHandler struct { }
func NewMiscHandler ¶
func NewMiscHandler() *MiscHandler
Click to show internal directories.
Click to hide internal directories.