Added result model; added form to submit results

This commit is contained in:
Gregory Ballantine 2024-05-29 11:26:17 -04:00
parent 9df8f6c9e1
commit 458646ee8e

View File

@ -4,7 +4,7 @@ import (
"gorm.io/gorm"
)
type Test struct {
type Result struct {
gorm.Model
Name string
Description string