Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoHandler ¶
type DemoHandler struct {
// contains filtered or unexported fields
}
DemoHandler handles the demo page routes
func NewDemoHandler ¶
func NewDemoHandler( logger logging.Logger, renderer *view.Renderer, ) *DemoHandler
NewDemoHandler creates a new DemoHandler
func (*DemoHandler) Register ¶
func (h *DemoHandler) Register(e *echo.Echo)
Register sets up the routes for the demo handler
type HomeHandler ¶
type HomeHandler struct {
// contains filtered or unexported fields
}
HomeHandler handles the homepage routes
func NewHomeHandler ¶
func NewHomeHandler(logger logging.Logger, renderer *view.Renderer) *HomeHandler
NewHomeHandler creates a new HomeHandler
func (*HomeHandler) Register ¶
func (h *HomeHandler) Register(e *echo.Echo)
Register sets up the routes for the home handler
Click to show internal directories.
Click to hide internal directories.