Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContext ¶
func SetContext ¶
Types ¶
type Environment ¶
type Middleware ¶
type Middleware interface {
ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)
}
type Renderer ¶
type Renderer interface {
XML(w http.ResponseWriter, status int, v interface{})
HTML(w http.ResponseWriter, status int, name string, binding interface{})
}
func NewRenderer ¶
func NewRenderer() Renderer
Click to show internal directories.
Click to hide internal directories.