mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 23:27:17 +08:00
6 lines
174 B
Go
6 lines
174 B
Go
package request
|
|
|
|
type ToolboxBenchmarkTest struct {
|
|
Name string `json:"name" validate:"required|in:image,machine,compile,encryption,compression,physics,json,memory,disk"`
|
|
}
|