mirror of
https://github.com/acepanel/panel.git
synced 2026-02-08 03:54:39 +08:00
6 lines
114 B
Go
6 lines
114 B
Go
package postgresql
|
|
|
|
type UpdateConfig struct {
|
|
Config string `form:"config" json:"config" validate:"required"`
|
|
}
|