package validator // ValidateFunc defines a function to validate type ValidateFunc func(password string) error