package
Version:
v0.0.0-...-4b69c17
Opens a new window with list of versions in this module.
Published: Feb 28, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Page struct {
PageNo int
PageSize int
TotalPage int
TotalCount int
FirstPage bool
LastPage bool
List interface{}
}
func PageUtil(count int, pageNo int, pageSize int, list interface{}) Page
type Result struct {
Code int
Description string
Detail interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.