Added benchmarks routes and views
This commit is contained in:
7
web/forms/benchmark.go
Normal file
7
web/forms/benchmark.go
Normal file
@ -0,0 +1,7 @@
|
||||
package forms
|
||||
|
||||
type BenchmarkForm struct {
|
||||
Name string `form:"benchmark_name" validate:"required"`
|
||||
ScoringType string `form:"benchmark_scoring" validate:"required"`
|
||||
Description string `form:"benchmark_description"`
|
||||
}
|
Reference in New Issue
Block a user