Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheRoutes ¶
func CacheRoutes(r igin.IRouterGroup)
Types ¶
type QueryPage ¶ added in v1.1.12
type QueryPage struct { Current int `form:"current"` Size int `form:"size"` Ascs []string `form:"ascs"` Descs []string `form:"descs"` Group *int `form:"group"` // 组过滤条件 Key *string `form:"key"` // 键过滤条件 MinSize *int `form:"minSize"` // 最小大小过滤条件(字节) MaxSize *int `form:"maxSize"` // 最大大小过滤条件(字节) CreatedAt_datege *time.Time `form:"CreatedAt_datege"` // 创建时间起始 CreatedAt_datele *time.Time `form:"CreatedAt_datele"` // 创建时间结束 Expir_datege *time.Time `form:"Expir_datege"` // 过期时间起始 Expir_daatele *time.Time `form:"Expir_daatele"` // 过期时间结束 }
Click to show internal directories.
Click to hide internal directories.