Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoSubThing ¶
func DoSubThing() error
func ThirdPartyError ¶
func ThirdPartyError() error
Types ¶
type HomeHandler ¶
type HomeHandler struct {
}
func NewHomeHandler ¶
func NewHomeHandler() (h *HomeHandler, err error)
func (*HomeHandler) GetRandomString ¶
func (h *HomeHandler) GetRandomString(c echo.Context) error
func (*HomeHandler) RegisterRoutes ¶
func (h *HomeHandler) RegisterRoutes(g *echo.Group)
RegisterRoutes registers all the subroutes for the home handler to manage
func (*HomeHandler) RenderHomepage ¶
func (h *HomeHandler) RenderHomepage(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.