Adds feed model to possible validation constraints

This commit is contained in:
Dennis Schoepf 2024-05-31 21:17:16 +02:00
parent 7394270227
commit a2e5462553

View file

@ -10,7 +10,7 @@ import (
)
type ModelConstraint interface {
*model.User // | add other models here
*model.User | *model.Feed
}
type ValidationError struct {