mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:11:18 +01:00
Add review todo
This commit is contained in:
parent
1dd3084f66
commit
75cc5b900d
1 changed files with 1 additions and 2 deletions
|
@ -12,12 +12,11 @@ import (
|
||||||
"code.gitea.io/gitea/modules/validation"
|
"code.gitea.io/gitea/modules/validation"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Validateable interface {
|
type Validateable interface { // ToDo: Add this to validate helpers
|
||||||
Validate() []string
|
Validate() []string
|
||||||
}
|
}
|
||||||
|
|
||||||
type ActorId struct {
|
type ActorId struct {
|
||||||
Validateable
|
|
||||||
Id string
|
Id string
|
||||||
Source string
|
Source string
|
||||||
Schema string
|
Schema string
|
||||||
|
|
Loading…
Reference in a new issue