mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 04:30:13 +08:00
10 lines
159 B
Go
10 lines
159 B
Go
package phpmyadmin
|
|
|
|
type UpdateConfig struct {
|
|
Config string `form:"config" json:"config"`
|
|
}
|
|
|
|
type UpdatePort struct {
|
|
Port uint `form:"port" json:"port"`
|
|
}
|