package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Jul 26, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BlendReq struct {
g.Meta `path:"/mj/submit/blend" tags:"midjourney" method:"post" summary:"midjourney api"`
model.BlendReq
}
type BlendRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type ChangeReq struct {
g.Meta `path:"/mj/submit/change" tags:"midjourney" method:"post" summary:"midjourney api"`
model.Change
}
type ChangeRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type DescribeReq struct {
g.Meta `path:"/mj/submit/describe" tags:"midjourney" method:"post" summary:"midjourney api"`
model.DescribeReq
}
type DescribeRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type ImagineReq struct {
g.Meta `path:"/mj/submit/imagine" tags:"midjourney" method:"post" summary:"midjourney api"`
model.Imagine
}
type ImagineRes struct {
g.Meta `mime:"application/json" example:"json"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.