Discover Packages
github.com/go-cinderella/cinderella-engine
engine
dto
request
package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Feb 17, 2025
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
Documentation
¶
type ListCommonRequest struct {
Sort string `json:"sort,omitempty"`
Order string `json:"order,omitempty"`
Start int `json:"start,omitempty"`
Size int `json:"size,omitempty"`
}
type ListCommonResponse struct {
Data json .RawMessage `json:"data"`
Total int `json:"total"`
Start int `json:"start"`
Size int `json:"size"`
}
type WithTenant struct {
TenantId string `json:"tenantId,omitempty"`
TenantIdLike string `json:"tenantIdLike,omitempty"`
WithoutTenantId *bool `json:"withoutTenantId,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.