v1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 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 ModelsReq added in v0.3.0

type ModelsReq struct {
	g.Meta    `path:"/models" tags:"dashboard" method:"get,post" summary:"models接口"`
	IsFastAPI bool `json:"is_fastapi"`
}

models接口请求参数

type ModelsRes added in v0.3.0

type ModelsRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

models接口响应参数

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