# Functions
GetContentRange 获取分页范围信息 offset 与数据库的offset意义相同 perPage 与数据库limit 意义相同 count 与数据库中counter意义相同.
ParserParams 解析url请求参数.
RenderCreate 创建成功返回.
RenderDelete 删除成功返回.
RenderList 列表展示.
RenderLogin 返回登陆信息.
# Constants
No description provided by the author
默认 登陆有效时长24h.
默认展示最大记录每页.
默认起始索引.
默认页面数量.
默认每页展示.
No description provided by the author
reactjs-admin 分页范围模版 fmt.Sprintf("items %d-%d/%d", params.Offset, params.Limit, parser.OnePage).
# Variables
CustomLoginExpireTime 自定义超时时间.
ExpireLoginSessionTime 登陆时间.
# Structs
CommonFilter 常用的过滤器 可以根据最常使用的一些过滤条件作为基本 后续不断更新 一般分类应该按照从大到小依次编排,以便选择合适的使用.
CreateResponse 返回.
FilterRequest Binding from JSON 常用的过滤字段.
ReqRange 分页范围.
排序方式.
UrlParams 将url的参数统一进行解析.
# Type aliases
No description provided by the author