Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseReq ¶
type BaseReq struct {
Context Context `json:"-"`
PrevID int64 `json:"prevID"`
LastID int64 `json:"lastID"`
CountQ bool `json:"countQ"`
Offset int64 `json:"offset"`
Limit int64 `json:"limit"`
Cmd string `json:"cmd"`
}
func GetBasePtrReq ¶ added in v1.0.146
Click to show internal directories.
Click to hide internal directories.