mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +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"
|
||||
)
|
||||
|
||||
type Validateable interface {
|
||||
type Validateable interface { // ToDo: Add this to validate helpers
|
||||
Validate() []string
|
||||
}
|
||||
|
||||
type ActorId struct {
|
||||
Validateable
|
||||
Id string
|
||||
Source string
|
||||
Schema string
|
||||
|
|
Loading…
Reference in a new issue