2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00
Files
panel/internal/apps/openresty/request.go
2026-01-04 03:31:34 +08:00

6 lines
113 B
Go

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