Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerallyList ¶
Types ¶
type GenerallyListReq ¶
type GenerallyListReq struct { Page int `form:"page" json:"page" query:"page"` Size int `form:"size" json:"size" query:"size"` Like map[string]string `json:"like" query:"like"` Search map[string]string `json:"search" query:"search"` StartTime int64 `form:"start_time" query:"start_time"` EndTime int64 `form:"end_time" query:"end_time"` Order []string `json:"order"` }
type GenerallyListResp ¶
type ListSearchParam ¶
Click to show internal directories.
Click to hide internal directories.