Added result model; added form to submit results

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent b93c8a5319
commit db41f0d6bd

View File

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