pageutils

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PageHelp

func PageHelp(data []interface{}, page, size interface{}) (result []interface{}, count int64, err error)

PageHelp 手动分页助手 @Param data 待分页数据 @Param page 页码 @Param size 条数 @Return result 分页数据 @Return count 数据总条数

func PageNumber

func PageNumber(page, size any) (limit, offset int, err error)

PageNumber 解析分页页号 @Param page 当前切换到的页号 @Param size 分页大小 @Return limit 返回分页limit参数 @Return offset 返回分页offset参数

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL