Documentation
¶
Index ¶
- type DataAgentStatusReq
- type DataAgentStatusRes
- type DataAppKeyReq
- type DataAppKeyRes
- type DataAppReq
- type DataAppRes
- type DataDetailReq
- type DataDetailRes
- type DataKeyStatusReq
- type DataKeyStatusRes
- type DataLatencyTrendReq
- type DataLatencyTrendRes
- type DataModelPercentReq
- type DataModelPercentRes
- type DataModelTrendReq
- type DataModelTrendRes
- type DataOverviewReq
- type DataOverviewRes
- type DataSummaryReq
- type DataSummaryRes
- type DataTaskStatusReq
- type DataTaskStatusRes
- type DataTopReq
- type DataTopRes
- type DataTrendReq
- type DataTrendRes
- type DataUserReq
- type DataUserRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataAgentStatusReq ¶ added in v2.3.0
type DataAgentStatusReq struct {
g.Meta `path:"/data/agent/status" method:"post" auth:"true" role:"admin" tags:"statistics" summary:"数据看板代理状态接口"`
model.StatisticsAgentStatusReq
}
数据看板代理状态接口请求参数
type DataAgentStatusRes ¶ added in v2.3.0
type DataAgentStatusRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsAgentStatusRes
}
数据看板代理状态接口响应参数
type DataAppKeyReq ¶
type DataAppKeyReq struct {
g.Meta `` /* 126-byte string literal not displayed */
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" method:"post" auth:"true" role:"user,reseller,admin" tags:"statistics" summary:"应用数据接口"`
model.StatisticsDataReq
}
应用数据接口请求参数
type DataAppRes ¶
type DataAppRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDataRes
}
应用数据接口响应参数
type DataDetailReq ¶ added in v2.3.0
type DataDetailReq struct {
g.Meta `path:"/data/detail" method:"post" auth:"true" role:"user,reseller,admin" tags:"statistics" summary:"数据看板明细接口"`
model.StatisticsDetailReq
}
数据看板明细接口请求参数
type DataDetailRes ¶ added in v2.3.0
type DataDetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDetailRes
}
数据看板明细接口响应参数
type DataKeyStatusReq ¶ added in v2.3.0
type DataKeyStatusReq struct {
g.Meta `path:"/data/key/status" method:"post" auth:"true" role:"admin" tags:"statistics" summary:"数据看板密钥状态接口"`
model.StatisticsKeyStatusReq
}
数据看板密钥状态接口请求参数
type DataKeyStatusRes ¶ added in v2.3.0
type DataKeyStatusRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsKeyStatusRes
}
数据看板密钥状态接口响应参数
type DataLatencyTrendReq ¶ added in v2.3.0
type DataLatencyTrendReq struct {
g.Meta `` /* 144-byte string literal not displayed */
model.StatisticsLatencyTrendReq
}
数据看板响应耗时趋势接口请求参数
type DataLatencyTrendRes ¶ added in v2.3.0
type DataLatencyTrendRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsLatencyTrendRes
}
数据看板响应耗时趋势接口响应参数
type DataModelPercentReq ¶ added in v2.3.0
type DataModelPercentReq struct {
g.Meta `` /* 138-byte string literal not displayed */
model.StatisticsModelPercentReq
}
数据看板模型分布接口请求参数
type DataModelPercentRes ¶ added in v2.3.0
type DataModelPercentRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsModelPercentRes
}
数据看板模型分布接口响应参数
type DataModelTrendReq ¶ added in v2.3.0
type DataModelTrendReq struct {
g.Meta `` /* 136-byte string literal not displayed */
model.StatisticsModelTrendReq
}
数据看板模型趋势接口请求参数
type DataModelTrendRes ¶ added in v2.3.0
type DataModelTrendRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsModelTrendRes
}
数据看板模型趋势接口响应参数
type DataOverviewReq ¶ added in v2.3.0
type DataOverviewReq struct {
g.Meta `` /* 133-byte string literal not displayed */
model.StatisticsOverviewReq
}
数据看板全局总览接口请求参数
type DataOverviewRes ¶ added in v2.3.0
type DataOverviewRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsOverviewRes
}
数据看板全局总览接口响应参数
type DataSummaryReq ¶ added in v2.3.0
type DataSummaryReq struct {
g.Meta `` /* 126-byte string literal not displayed */
model.StatisticsSummaryReq
}
数据看板汇总接口请求参数
type DataSummaryRes ¶ added in v2.3.0
type DataSummaryRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsSummaryRes
}
数据看板汇总接口响应参数
type DataTaskStatusReq ¶ added in v2.3.0
type DataTaskStatusReq struct {
g.Meta `` /* 142-byte string literal not displayed */
model.StatisticsTaskStatusReq
}
数据看板任务状态分布接口请求参数
type DataTaskStatusRes ¶ added in v2.3.0
type DataTaskStatusRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsTaskStatusRes
}
数据看板任务状态分布接口响应参数
type DataTopReq ¶ added in v2.3.0
type DataTopReq struct {
g.Meta `path:"/data/top" method:"post" auth:"true" role:"user,reseller,admin" tags:"statistics" summary:"数据看板排行接口"`
model.StatisticsTopReq
}
数据看板排行接口请求参数
type DataTopRes ¶ added in v2.3.0
type DataTopRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsTopRes
}
数据看板排行接口响应参数
type DataTrendReq ¶ added in v2.3.0
type DataTrendReq struct {
g.Meta `path:"/data/trend" method:"post" auth:"true" role:"user,reseller,admin" tags:"statistics" summary:"数据看板趋势接口"`
model.StatisticsTrendReq
}
数据看板趋势接口请求参数
type DataTrendRes ¶ added in v2.3.0
type DataTrendRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsTrendRes
}
数据看板趋势接口响应参数
type DataUserReq ¶
type DataUserReq struct {
g.Meta `path:"/data/user" method:"post" auth:"true" role:"user,reseller,admin" tags:"statistics" summary:"用户数据接口"`
model.StatisticsDataReq
}
用户数据接口请求参数
type DataUserRes ¶
type DataUserRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDataRes
}
用户数据接口响应参数
Click to show internal directories.
Click to hide internal directories.