直接完成
This commit is contained in:
5
data/itf/itf.go
Normal file
5
data/itf/itf.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package itf
|
||||
|
||||
type IValidator interface {
|
||||
Validate() error
|
||||
}
|
||||
Reference in New Issue
Block a user