Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type HttpEngine ¶
type HttpEngine struct {
Options
}
func NewHttpEngine ¶
func NewHttpEngine(opt Options) *HttpEngine
func (*HttpEngine) RegisterRoute ¶
func (h *HttpEngine) RegisterRoute()
type Registrable ¶
type Registrable interface {
RegisterRoute(*gin.RouterGroup)
}
Click to show internal directories.
Click to hide internal directories.