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