2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 04:22:33 +08:00

feat: 优化包大小

This commit is contained in:
2026-01-04 03:31:54 +08:00
parent da25dc2950
commit b65a4249cb
2 changed files with 0 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
package openresty
type UpdateConfig struct {
Config string `form:"config" json:"config" validate:"required"`
}

View File

@@ -1,9 +0,0 @@
package percona
type UpdateConfig struct {
Config string `form:"config" json:"config" validate:"required"`
}
type SetRootPassword struct {
Password string `form:"password" json:"password" validate:"required|password"`
}