Files
blt/web/forms/benchmark_profile.go
T
2025-10-22 00:58:32 -04:00

8 lines
281 B
Go

package forms
type BenchmarkProfileForm struct {
BenchmarkID int `form:"benchmark_profile_benchmark" validate:"required"`
Label string `form:"benchmark_profile_label" validate:"required"`
Settings string `form:"benchmark_profile_settings" validate:"required"`
}