v1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataAppKeyReq

type DataAppKeyReq struct {
	g.Meta `path:"/data/app/key" role:"admin" tags:"statistics" method:"post" summary:"应用密钥数据接口"`
	model.StatisticsDataReq
}

应用密钥数据接口请求参数

type DataAppKeyRes

type DataAppKeyRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.StatisticsDataRes
}

应用密钥数据接口响应参数

type DataAppReq

type DataAppReq struct {
	g.Meta `path:"/data/app" role:"admin" tags:"statistics" method:"post" summary:"应用数据接口"`
	model.StatisticsDataReq
}

应用数据接口请求参数

type DataAppRes

type DataAppRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.StatisticsDataRes
}

应用数据接口响应参数

type DataUserReq

type DataUserReq struct {
	g.Meta `path:"/data/user" role:"admin" tags:"statistics" method:"post" summary:"用户数据接口"`
	model.StatisticsDataReq
}

用户数据接口请求参数

type DataUserRes

type DataUserRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.StatisticsDataRes
}

用户数据接口响应参数

Jump to

Keyboard shortcuts

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