request

package
v2.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestGetUserBehaviorData

type RequestGetUserBehaviorData struct {
	UserID    []string `json:"userid"`
	PartyID   []int    `json:"partyid"`
	StartTime int64    `json:"start_time" `
	EndTime   int64    `json:"end_time"`
}

type RequestStatistic

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL