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