Lots of changes
This commit is contained in:
7
web/forms/test.go
Normal file
7
web/forms/test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package forms
|
||||
|
||||
type TestForm struct {
|
||||
DateTag string `form:"test_date_tag" validate:"required"`
|
||||
Hardware int `form:"test_hardware" validate:"required"`
|
||||
Benchmarks []string `form:"test_benchmarks" validate:"required"`
|
||||
}
|
Reference in New Issue
Block a user