mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 22:07:16 +08:00
10 lines
173 B
Go
10 lines
173 B
Go
package mysql
|
|
|
|
type UpdateConfig struct {
|
|
Config string `form:"config" json:"config"`
|
|
}
|
|
|
|
type SetRootPassword struct {
|
|
Password string `form:"password" json:"password"`
|
|
}
|