Implement predefined field constraints #793
Annotations
5 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
|
|
The logs for this run have expired and are no longer available.
Loading