2023-06-22 13:42:38 +02:00

6 lines
55 B
Go

package list
type Validator interface {
Validate()
}