v1

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 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 BlendReq

type BlendReq struct {
	g.Meta `path:"/mj/submit/blend" tags:"midjourney" method:"post" summary:"midjourney api"`
	model.BlendReq
}

type BlendRes

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

type ChangeReq

type ChangeReq struct {
	g.Meta `path:"/mj/submit/change" tags:"midjourney" method:"post" summary:"midjourney api"`
	model.Change
}

type ChangeRes

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

type DescribeReq

type DescribeReq struct {
	g.Meta `path:"/mj/submit/describe" tags:"midjourney" method:"post" summary:"midjourney api"`
	model.DescribeReq
}

type DescribeRes

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

type ImagineReq

type ImagineReq struct {
	g.Meta `path:"/mj/submit/imagine" tags:"midjourney" method:"post" summary:"midjourney api"`
	model.Imagine
}

type ImagineRes

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

Jump to

Keyboard shortcuts

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