package
Version:
v3.2.39
Opens a new window with list of versions in this module.
Published: Aug 23, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type RequestGetUserBehaviorData struct {
UserID []string `json:"userid"`
PartyID []int `json:"partyid"`
StartTime int64 `json:"start_time" `
EndTime int64 `json:"end_time"`
}
type RequestStatistic struct {
DayBeginTime int64 `json:"day_begin_time" `
DayEndTime int64 `json:"day_end_time"`
OwnerFilter *power.HashMap `json:"owner_filter"`
OrderBy int `json:"order_by"`
OrderAsc int `json:"order_asc"`
Offset int `json:"offset"`
Limit int `json:"limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.