Implement predefined field constraints #323
Annotations
12 errors
Go (oldstable):
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
Go (oldstable):
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
Go (oldstable):
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
Go (oldstable):
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
|
Go (oldstable):
internal/extensions/resolve.go#L82
undefined: validate.E_Predefined
|
Go (oldstable)
Process completed with exit code 2.
|
Go (stable):
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
Go (stable):
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
Go (stable):
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
Go (stable):
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
|
Go (stable):
internal/extensions/resolve.go#L82
undefined: validate.E_Predefined
|
Go (stable)
Process completed with exit code 2.
|