Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowCors ¶
type AllowCors struct {
// contains filtered or unexported fields
}
func NewAllowCors ¶
func (*AllowCors) Handle ¶
func (cors *AllowCors) Handle() gin.HandlerFunc
type Middleware ¶
type Middleware interface {
Handle() gin.HandlerFunc
}
type Pagination ¶
type Pagination struct{}
func (*Pagination) Handle ¶
func (ac *Pagination) Handle() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.