Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultContainer ¶ added in v1.1.5
type DefaultContainer struct { }
func (*DefaultContainer) Bean ¶ added in v1.1.5
func (r *DefaultContainer) Bean() string
type Filter ¶ added in v1.1.5
type Filter interface { bean.Bean Order() int UrlPatterns() []string DoFilter(w http.ResponseWriter, r *http.Request, filterChan FilterChan) error }
type FilterChan ¶ added in v1.1.5
type FilterChan interface {
DoFilter(w http.ResponseWriter, r *http.Request) error
}
type Html ¶ added in v1.1.5
type Html struct {
Response string
}
func HtmlResponse ¶ added in v1.1.5
func (Html) GetResponse ¶ added in v1.1.5
func (r Html) GetResponse() interface{}
type Json ¶ added in v1.1.5
type Json struct {
Response interface{}
}
func JsonResponse ¶ added in v1.1.5
func JsonResponse(i interface{}) Json
func (Json) GetResponse ¶ added in v1.1.5
func (r Json) GetResponse() interface{}
Click to show internal directories.
Click to hide internal directories.