Name returns the unique name of the homogeneous type validator.
()
| 298 | |
| 299 | // Name returns the unique name of the homogeneous type validator. |
| 300 | func (homogeneousAggregateLiteralValidator) Name() string { |
| 301 | return homogeneousValidatorName |
| 302 | } |
| 303 | |
| 304 | // ToConfig converts the ASTValidator to an env.Validator specifying the validator name. |
| 305 | func (v homogeneousAggregateLiteralValidator) ToConfig() *env.Validator { |