Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirListPageTemplate ¶
type RequestRepository ¶
type RootController ¶
type RootController struct {
// contains filtered or unexported fields
}
func NewRootController ¶
func NewRootController(repo RequestRepository, conf *WebConf) *RootController
func (*RootController) HandlerAny ¶
func (c *RootController) HandlerAny(w http.ResponseWriter, r *http.Request)
type WebContent ¶
type WebContent struct {
Body string `yaml:"body"`
}
Click to show internal directories.
Click to hide internal directories.