v1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 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 DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" tags:"chat" method:"get" summary:"图像详情接口"`
	Id     string `json:"id"`
}

图像详情接口请求参数

type DetailRes

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

图像详情接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" tags:"chat" method:"post" summary:"图像分页列表接口"`
	model.ImagePageReq
}

图像分页列表接口请求参数

type PageRes

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

图像分页列表接口响应参数

Jump to

Keyboard shortcuts

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