2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 19:37:18 +08:00
Files
panel/internal/apps/postgresql/request.go
2024-09-28 02:43:00 +08:00

6 lines
94 B
Go

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