Add review todo

This commit is contained in:
erik 2023-12-22 10:19:01 +01:00 committed by Michael Jerger
parent 1dd3084f66
commit 75cc5b900d

View file

@ -12,12 +12,11 @@ import (
"code.gitea.io/gitea/modules/validation"
)
type Validateable interface {
type Validateable interface { // ToDo: Add this to validate helpers
Validate() []string
}
type ActorId struct {
Validateable
Id string
Source string
Schema string