2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00
Files
panel/internal/apps/openresty/request.go
2024-10-11 01:54:14 +08:00

6 lines
93 B
Go

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