2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00
Files
panel/internal/http/request/environment.go

8 lines
145 B
Go

package request
// EnvironmentAction 环境操作请求
type EnvironmentAction struct {
Type string `json:"type"`
Slug string `json:"slug"`
}