refactoring!(share): migrating to go-square v2 types #9139
Annotations
10 errors
golangci-lint:
nodebuilder/share/constructors.go#L14
cannot use &module{…} (value of type *module) as Module value in return statement: *module does not implement Module (missing method GetEDS) (typecheck)
|
golangci-lint:
nodebuilder/share/share.go#L127
m.GetEDS undefined (type module has no field or method GetEDS) (typecheck)
|
golangci-lint:
blob/blob.go#L153
b.Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/blob.go#L154
b.ShareVersion undefined (type *Blob has no field or method ShareVersion) (typecheck)
|
golangci-lint:
blob/blob_test.go#L33
blob[0].Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/blob_test.go#L83
newBlob.Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/service_test.go#L155
blobs[i].Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/service_test.go#L530
blob.Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/service_test.go#L588
blob.Data undefined (type *Blob has no field or method Data) (typecheck)
|
golangci-lint:
blob/service_test.go#L669
blobs[i].Data undefined (type *Blob has no field or method Data) (typecheck)
|
Loading