package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ModelSubmitReq struct {
g.Meta `path:"/:model/submit/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}
type ModelSubmitRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type ModelTaskReq struct {
g.Meta `path:"/:model/task/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}
type ModelTaskRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type SubmitReq struct {
g.Meta `path:"/submit/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}
type SubmitRes struct {
g.Meta `mime:"application/json" example:"json"`
}
type TaskReq struct {
g.Meta `path:"/task/*" tags:"midjourney" method:"all" summary:"midjourney api"`
}
type TaskRes struct {
g.Meta `mime:"application/json" example:"json"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.