v1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 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 SubscriptionReq

type SubscriptionReq struct {
	g.Meta `path:"/billing/subscription" tags:"dashboard" method:"get,post" summary:"Subscription接口"`
}

Subscription接口请求参数

type SubscriptionRes

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

Subscription接口响应参数

type UsageReq

type UsageReq struct {
	g.Meta `path:"/billing/usage" tags:"dashboard" method:"get,post" summary:"Usage接口"`
}

Usage接口请求参数

type UsageRes

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

Usage接口响应参数

Jump to

Keyboard shortcuts

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