Add base
This commit is contained in:
5
validator.go
Normal file
5
validator.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package ceen
|
||||
|
||||
type validator interface {
|
||||
Validate() error
|
||||
}
|
Reference in New Issue
Block a user