Index MultiAddresses #110
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (5)
pkg/indexer/indexer.go|8 col 2| could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go|131 col 40| undefined: api.Provider) (typecheck)
pkg/server/routes.go|851 col 29| undefined: httpserver.ParseBech32AddressParam (typecheck)
components/indexer/component.go|20 col 2| could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go|131 col 40| undefined: api.Provider) (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 8 in pkg/indexer/indexer.go
github-actions / golangci
[golangci] pkg/indexer/indexer.go#L8
could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
Raw output
pkg/indexer/indexer.go:8:2: could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
github-actions / golangci
[golangci] ../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go#L131
undefined: api.Provider) (typecheck)
Raw output
../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go:131:40: undefined: api.Provider) (typecheck)
"github.com/iotaledger/inx-app/pkg/nodebridge"
^
Check failure on line 851 in pkg/server/routes.go
github-actions / golangci
[golangci] pkg/server/routes.go#L851
undefined: httpserver.ParseBech32AddressParam (typecheck)
Raw output
pkg/server/routes.go:851:29: undefined: httpserver.ParseBech32AddressParam (typecheck)
address, err := httpserver.ParseBech32AddressParam(c, s.Bech32HRP, ParameterAddress)
^
Check failure on line 20 in components/indexer/component.go
github-actions / golangci
[golangci] components/indexer/component.go#L20
could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
Raw output
components/indexer/component.go:20:2: could not import github.com/iotaledger/inx-app/pkg/nodebridge (-: # github.com/iotaledger/inx-app/pkg/nodebridge
github-actions / golangci
[golangci] ../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go#L131
undefined: api.Provider) (typecheck)
Raw output
../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go:131:40: undefined: api.Provider) (typecheck)
"github.com/iotaledger/inx-app/pkg/nodebridge"
^