v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelSubmitReq added in v0.4.0

type ModelSubmitReq struct {
	g.Meta `path:"/:model/submit/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}

type ModelSubmitRes added in v0.4.0

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

type ModelTaskReq added in v0.4.0

type ModelTaskReq struct {
	g.Meta `path:"/:model/task/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}

type ModelTaskRes added in v0.4.0

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

type SubmitReq added in v0.4.0

type SubmitReq struct {
	g.Meta `path:"/submit/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}

type SubmitRes added in v0.4.0

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

type TaskReq added in v0.4.0

type TaskReq struct {
	g.Meta `path:"/task/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}

type TaskRes added in v0.4.0

type TaskRes 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