Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FelJwt ¶
type FelJwt struct {
JwtMiddleware *jwtmiddleware.JWTMiddleware
}
type Pagination ¶
type Pagination struct { PerPage int CurrentPage int TotalPage int Total int64 Offset int Sort string SortList map[string]string }
func (*Pagination) ToMeta ¶
func (p *Pagination) ToMeta() domain.MetaPagination
Click to show internal directories.
Click to hide internal directories.