4 lines
57 B
Go
4 lines
57 B
Go
package validation
|
|
|
|
type Validator func(value any) error
|
package validation
|
|
|
|
type Validator func(value any) error
|