mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 05:47:17 +08:00
10 lines
157 B
Go
10 lines
157 B
Go
package php
|
|
|
|
type UpdateConfig struct {
|
|
Config string `form:"config" json:"config"`
|
|
}
|
|
|
|
type ExtensionSlug struct {
|
|
Slug string `form:"slug" json:"slug"`
|
|
}
|