2022-11-23 20:56:28 +08:00

6 行
61 B
Go

package itf
type IValidator interface {
Validate() error
}