Documentation ¶
Overview ¶
Package ui defines the routes and templates for the HTML user interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLPage ¶
type HTMLPage struct {
// contains filtered or unexported fields
}
htmlPage is a rendered html page to be written in a response.
func (HTMLPage) HTTPStatus ¶
HTTPStatus returns the pages HTTP status.
type NotFoundErr ¶
type NotFoundErr string
func (NotFoundErr) Error ¶
func (err NotFoundErr) Error() string
func (NotFoundErr) HTML ¶
func (err NotFoundErr) HTML() string
func (NotFoundErr) HTTPStatus ¶
func (err NotFoundErr) HTTPStatus() int
type PermissionsErr ¶
type PermissionsErr string
func (PermissionsErr) Error ¶
func (err PermissionsErr) Error() string
func (PermissionsErr) HTML ¶
func (err PermissionsErr) HTML() string
func (PermissionsErr) HTTPStatus ¶
func (err PermissionsErr) HTTPStatus() int
type View ¶
type View struct {
// contains filtered or unexported fields
}
View wraps a template argument builder and engine into a requests scoped execution.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package static handles processing and retreiving static assets.
|
Package static handles processing and retreiving static assets. |
Package template provides a templating engine for presenting the ui.
|
Package template provides a templating engine for presenting the ui. |
Click to show internal directories.
Click to hide internal directories.