package
Version:
v0.0.0-...-5a24264
Opens a new window with list of versions in this module.
Published: Sep 9, 2024
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 CRUDCondition struct {
Column string `json:"c"`
Type uint8 `json:"t"`
Value string `json:"v"`
}
type CRUDRequest struct {
Query []CRUDCondition `json:"query,omitempty"`
Sort string `json:"sort,omitempty"`
Page int `json:"page,omitempty"`
PageSize int `json:"pageSize,omitempty"`
Id string `json:"id,omitempty"`
Ids []string `json:"ids,omitempty"`
}
type PageInfo struct {
Page int `json:"page" form:"page"`
PageSize int `json:"pageSize" form:"pageSize"`
Keyword string `json:"keyword" form:"keyword"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.