2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00
Files
panel/internal/apps/minio/request.go
2025-03-28 22:23:05 +08:00

6 lines
97 B
Go

package minio
type UpdateEnv struct {
Env string `form:"env" json:"env" validate:"required"`
}