Skip to content

Index MultiAddresses #110

Index MultiAddresses

Index MultiAddresses #110

GitHub Actions / golangci failed Sep 26, 2023 in 1s

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

See this annotation in the file changed.

@github-actions 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

Check failure on line 131 in ../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

Check failure on line 131 in ../../../go/pkg/mod/github.com/iotaledger/[email protected]/pkg/nodebridge/node_bridge.go

See this annotation in the file changed.

@github-actions 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"
	^