AnalysisOrg

package
v5.1.37 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgsGetBindMarge

type ArgsGetBindMarge struct {
	//多个标识码组
	Marks []ArgsMargeMark `json:"marks"`
	//商户ID
	OrgID int64 `json:"orgID"`
	//成员ID
	BindID int64 `json:"bindID"`
}

ArgsGetBindMarge 获取聚合统计参数

type ArgsMarge

type ArgsMarge struct {
	//多个标识码组
	Marks []ArgsMargeMark `json:"marks"`
	//商户ID
	OrgID int64 `json:"orgID"`
}

ArgsMarge 聚合统计参数

type ArgsMargeMark

type ArgsMargeMark struct {
	//标识码
	Mark string `json:"mark"`
	//时间范围
	// 部分统计支持
	TimeBetween CoreSQLTime.DataCoreTime `json:"timeBetween"`
	//数量限制
	// 部分统计支持
	// 数据最多反馈1000条
	Limit int64 `json:"limit"`
}

type DataMarge

type DataMarge struct {
	//数据结构
	Marks []DataMargeMark `json:"marks"`
}

DataMarge 聚合统计反馈结构

func GetBindMarge

func GetBindMarge(args *ArgsGetBindMarge) (result DataMarge, err error)

GetBindMarge 获取聚合统计

func GetMarge

func GetMarge(args *ArgsMarge) (result DataMarge, err error)

GetMarge 获取聚合统计

type DataMargeMark

type DataMargeMark struct {
	//标识码
	Mark string `json:"mark"`
	//时间范围
	// 部分统计支持
	TimeBetween CoreSQLTime.DataCoreTime `json:"timeBetween"`
	//数量限制
	// 部分统计支持
	// 数据最多反馈1000条
	Limit int64 `json:"limit"`
	//数据集合
	Data interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

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