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 DetailReq

type DetailReq struct {
	g.Meta `path:"/detail" role:"user,admin" tags:"chat" method:"get" summary:"Midjourney详情接口"`
	Id     string `json:"id"`
}

Midjourney详情接口请求参数

type DetailRes

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

Midjourney详情接口响应参数

type PageReq

type PageReq struct {
	g.Meta `path:"/page" role:"user,admin" tags:"chat" method:"post" summary:"Midjourney分页列表接口"`
	model.MidjourneyPageReq
}

Midjourney分页列表接口请求参数

type PageRes

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

Midjourney分页列表接口响应参数

Jump to

Keyboard shortcuts

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