6 行
61 B
Go
6 行
61 B
Go
package itf
|
|
|
|
type IValidator interface {
|
|
Validate() error
|
|
}
|
package itf
|
|
|
|
type IValidator interface {
|
|
Validate() error
|
|
}
|