package
Version:
v1.6.5
Opens a new window with list of versions in this module.
Published: Jul 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
PageSize = "pageSize"
PageNum = "pageNum"
)
type Condition struct {
Field string `json:"field"`
Operator string `json:"operator"`
Value interface{} `json:"value"`
}
type Page struct {
Total int `json:"total"`
Items interface{} `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.