Added result model; added form to submit results
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type Test struct {
|
||||
type Result struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Description string
|
||||
|
Reference in New Issue
Block a user