Documentation ¶
Index ¶
- type Config
- type WebEngine
- func (e *WebEngine) Any(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) DELETE(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) GET(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) LoadHTMLGlob(pattern string)
- func (e *WebEngine) OPTIONS(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) POST(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) PUT(relativePath string, handlers ...gin.HandlerFunc)
- func (e *WebEngine) Run()
- func (e *WebEngine) Run2()
- func (e *WebEngine) Use(middleware ...gin.HandlerFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebEngine ¶
func NewWebEngine ¶
func (*WebEngine) DELETE ¶
func (e *WebEngine) DELETE(relativePath string, handlers ...gin.HandlerFunc)
func (*WebEngine) LoadHTMLGlob ¶
func (*WebEngine) OPTIONS ¶
func (e *WebEngine) OPTIONS(relativePath string, handlers ...gin.HandlerFunc)
func (*WebEngine) Use ¶
func (e *WebEngine) Use(middleware ...gin.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.