Documentation ¶ Index ¶ func Actions(ctx *gin.Context) []string func Download(ctx *gin.Context, fileUrl string, remove bool) func ParamInt(ctx *gin.Context, name string, defaultVal int) int func QueryInt(ctx *gin.Context, name string) int func QueryPagerInit(ctx *gin.Context) (int, int, int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Actions ¶ func Actions(ctx *gin.Context) []string 初始化 Actions func Download ¶ func Download(ctx *gin.Context, fileUrl string, remove bool) Make A Downloader func ParamInt ¶ func ParamInt(ctx *gin.Context, name string, defaultVal int) int 初始化指定的 ParamInt 数据为整数 func QueryInt ¶ func QueryInt(ctx *gin.Context, name string) int 初始化指定的 url 数据为整数 func QueryPagerInit ¶ func QueryPagerInit(ctx *gin.Context) (int, int, int) 初始化页码及每页展示数量 Types ¶ This section is empty. Source Files ¶ View all Source files gintool.go Click to show internal directories. Click to hide internal directories.