Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullRegisters ¶
func FullRegisters() map[string]HandlerInfo
func Register ¶
func Register(name, group, path, method string, h gin.HandlerFunc)
Types ¶
type HandlerInfo ¶ added in v1.2.1
type HandlerInfo struct {
Name string // handle name
Group string // default group "/"
Path string // domain path
Method string // http.Method
H gin.HandlerFunc
}
配置信息.
func (HandlerInfo) String ¶ added in v1.2.1
func (info HandlerInfo) String() string
Click to show internal directories.
Click to hide internal directories.