mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
7 lines
139 B
Go
7 lines
139 B
Go
package form
|
|
|
|
type ImageOp struct {
|
|
Host string `json:"host" binding:"required"`
|
|
ImageId string `json:"imageId" binding:"required"`
|
|
}
|