mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Add todo
This commit is contained in:
parent
5efce01f6f
commit
8657f70960
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Validatable interface {
|
type Validatable interface { // ToDo: What is the right package for this interface?
|
||||||
validate_is_not_nil() error
|
validate_is_not_nil() error
|
||||||
validate_is_not_empty() error
|
validate_is_not_empty() error
|
||||||
Validate() error
|
Validate() error
|
||||||
|
|
Loading…
Reference in a new issue