Documentation
¶
Index ¶
Constants ¶
View Source
const ( IndexPath = "/" TemplateName = "index.html" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexController ¶
type IndexController struct {
// contains filtered or unexported fields
}
func NewIndexController ¶
func NewIndexController( logger logger.Logger, responder response.Responder, ) *IndexController
func (*IndexController) AddRoute ¶
func (c *IndexController) AddRoute(router *mux.Router)
func (*IndexController) Index ¶
func (c *IndexController) Index(w http.ResponseWriter, _ *http.Request)
Click to show internal directories.
Click to hide internal directories.