Passed hardware components and benchmarks to create test view
This commit is contained in:
@ -2,6 +2,7 @@ package forms
|
||||
|
||||
type TestForm struct {
|
||||
Name string `form:"test_name" validate:"required"`
|
||||
Description string `form:"test_description"`
|
||||
Hardware int `form:"test_hardware" validate:"required"`
|
||||
Benchmarks []string `form:"test_benchmarks" validate:"required"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user