package
Version:
v0.0.0-...-1569ab3
Opens a new window with list of versions in this module.
Published: Nov 23, 2022
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
¶
type FilterItem struct {
Column string `json:"column"`
Value string `json:"value"`
Operator string `json:"operator"`
}
type OrderItem struct {
Column string `json:"column"`
Direction string `json:"direc"`
}
type ReqPage struct {
Page int `json:"page"`
Size int `json:"size"`
Orders []OrderItem `json:"orders"`
Filters []FilterItem `json:"filters"`
}
type RespPage struct {
Page int `json:"page"`
Size int `json:"size"`
Total int64 `json:"total"`
DataList interface{} `json:"dataList"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.