Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Modules = map[string]func(){ "sessions": SessionsExample, "forms": FormsExample, "middleware": MiddlewareExample, "template": TemplateExample, "filesystem": FilesystemExample, }
Functions ¶
func FilesystemExample ¶
func FilesystemExample()
func FormsExample ¶
func FormsExample()
func MiddlewareExample ¶
func MiddlewareExample()
func SessionsExample ¶
func SessionsExample()
func TemplateExample ¶
func TemplateExample()
func WithServer ¶
func WithServer(e func())
Wraps an example function with the necessary http server
Types ¶
type Server ¶
type Server struct{}
Click to show internal directories.
Click to hide internal directories.