Implement predefined field constraints #802
Annotations
7 errors
|
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
internal/errors/validation.go#L61
cannot use proto.String(fmt.Sprintf("%s.%s", prefix, violation.GetFieldPath())) (value of type *string) as string value in assignment
|
internal/extensions/resolve.go#L80
undefined: validate.E_Predefined
|
|
This job failed
Loading