This commit is contained in:
erik 2023-11-23 14:50:32 +01:00 committed by Michael Jerger
parent 5efce01f6f
commit 8657f70960

View file

@ -6,7 +6,7 @@ import (
"strings"
)
type Validatable interface {
type Validatable interface { // ToDo: What is the right package for this interface?
validate_is_not_nil() error
validate_is_not_empty() error
Validate() error