Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataFromContext ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App implements http.Handler and is responsible for handling and rendering pages and fragments.
func New ¶
New creates a new instance of App.
Uses http.ServeMux as the default router and template.Template as the default renderer. Different implenentations can be specified using WithRouter and WithRenderer option functions.
Click to show internal directories.
Click to hide internal directories.