mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
6 lines
90 B
Go
6 lines
90 B
Go
package podman
|
|
|
|
type UpdateConfig struct {
|
|
Config string `form:"config" json:"config"`
|
|
}
|