mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
17 lines
308 B
Go
17 lines
308 B
Go
package constant
|
|
|
|
const (
|
|
MjErrorUnknown = 5
|
|
MjRequestError = 4
|
|
)
|
|
|
|
const (
|
|
MjActionImagine = "IMAGINE"
|
|
MjActionDescribe = "DESCRIBE"
|
|
MjActionBlend = "BLEND"
|
|
MjActionUpscale = "UPSCALE"
|
|
MjActionVariation = "VARIATION"
|
|
MjActionInPaint = "INPAINT"
|
|
MjActionInPaintPre = "INPAINT_PRE"
|
|
)
|