Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) HTMLRouter ¶ added in v0.0.5
func (app *App) HTMLRouter(name string, funcRouter HTMLHandler)
func (*App) JSONRouter ¶
func (app *App) JSONRouter(name string, funcRouter StringHandler)
func (*App) StringRouter ¶
func (app *App) StringRouter(name string, funcRouter StringHandler)
type HTMLHandler ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.