Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
An Example represents an example function found in a source files.
var App *Application
Main Applciation
func (*Application) AddRoute ¶
func (a *Application) AddRoute(path string, handler func(http.ResponseWriter, *http.Request))
func (*Application) Run ¶
func (a *Application) Run()
Click to show internal directories.
Click to hide internal directories.