2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00
Files
panel/internal/apps/docker/request.go
2024-10-31 03:28:41 +08:00

6 lines
110 B
Go

package docker
type UpdateConfig struct {
Config string `form:"config" json:"config" validate:"required"`
}