2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 12:40:25 +08:00
Files
panel/internal/apps/apache/request.go
2026-01-13 00:39:34 +08:00

6 lines
110 B
Go

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