probo/store/exam.go

5 lines
101 B
Go

package store
import "git.andreafazzi.eu/andrea/probo/models"
type ExamStore = Store[*models.Exam]