mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 23:18:43 +08:00
8 lines
145 B
Go
8 lines
145 B
Go
package request
|
|
|
|
// EnvironmentAction 环境操作请求
|
|
type EnvironmentAction struct {
|
|
Type string `json:"type"`
|
|
Slug string `json:"slug"`
|
|
}
|