Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Path = "path" Query = "query" Body = "body" Header = "header" Form = "form" Multipart = "multipart" Context = "context" Request = "request" Response = "response" App = "app" )
Functions ¶
This section is empty.
Types ¶
type ControllerProcessor ¶
type ControllerProcessor struct { }
func (*ControllerProcessor) Do ¶
func (c *ControllerProcessor) Do(bean Bean)
func (*ControllerProcessor) Filter ¶
func (c *ControllerProcessor) Filter(bean Bean) bool
type FilterProcessor ¶
type FilterProcessor struct { }
func (*FilterProcessor) Do ¶
func (f *FilterProcessor) Do(bean bean.Bean)
type WebContainerProcessor ¶
type WebContainerProcessor struct {
Port int `value:"server.port"`
}
func (*WebContainerProcessor) Do ¶
func (w *WebContainerProcessor) Do(bean bean.Bean)
type WebHandler ¶ added in v1.1.8
type WebHandler func(httpMethod, url string, params []Param, funcType reflect.Method, funcValue reflect.Value)
var (
Handler WebHandler
)
Click to show internal directories.
Click to hide internal directories.