Genproto #258
Annotations
10 errors
lint:
internal/cli/schema.go#L13
could not import github.com/pentops/j5/codec (-: # github.com/pentops/j5/codec
|
lint:
codec/decoder.go#L26
undefined: j5reflect.ObjectImpl
|
lint:
codec/decoder.go#L28
undefined: j5reflect.OneofImpl
|
lint:
codec/decoder.go#L148
cannot use prop (variable of type j5reflect.Property) as j5reflect.Field value in argument to dec.decodeValue: j5reflect.Property does not implement j5reflect.Field (missing method AsArrayOfContainer)
|
lint:
codec/decoder.go#L164
ft.Object undefined (type j5reflect.ObjectField has no field or method Object)
|
lint:
codec/decoder.go#L171
ft.Oneof undefined (type j5reflect.OneofField has no field or method Oneof)
|
lint:
codec/decoder.go#L239
cannot use matchedProperty (variable of type j5reflect.Property) as j5reflect.Field value in argument to dec.decodeValue: j5reflect.Property does not implement j5reflect.Field (missing method AsArrayOfContainer)
|
lint:
codec/decoder.go#L261
matchedProperty.SetDefault undefined (type j5reflect.Property has no field or method SetDefault)
|
lint:
codec/decoder.go#L289
field.SetGoScalar undefined (type j5reflect.MapOfScalarField has no field or method SetGoScalar)
|
lint:
codec/decoder.go#L345
field.AppendGoScalar undefined (type j5reflect.ArrayOfScalarField has no field or method AppendGoScalar)
|