package
Version:
v1.0.24
Opens a new window with list of versions in this module.
Published: Aug 14, 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 IBaseModel interface {
ToDetailJson() any
ToSimpleJson() any
}
type JsonPage struct {
Entry interface{} `json:"entry"`
Total int64 `json:"total"`
PageSize int64 `json:"page_size"`
Page int64 `json:"page"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.