Documentation
¶
Overview ¶
Package home contains the route handlers related to the app's home screen.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func New ¶
func New(r godest.TemplateRenderer, mnc *machinename.Client) *Handlers
func (*Handlers) HandleHomeGet ¶
func (h *Handlers) HandleHomeGet() echo.HandlerFunc
func (*Handlers) Register ¶
func (h *Handlers) Register(er godest.EchoRouter)
type HomeViewData ¶
Click to show internal directories.
Click to hide internal directories.