Update modules #92
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (20)
pkg/faucet/error.go|1| : # github.com/iotaledger/inx-faucet/pkg/faucet
pkg/faucet/faucet.go|47 col 20| undefined: inx.BlockMetadata_TransactionState
pkg/faucet/faucet.go|48 col 20| undefined: inx.BlockMetadata_TransactionFailureReason
pkg/faucet/faucet.go|926 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
pkg/faucet/faucet.go|932 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
pkg/faucet/faucet.go|936 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
pkg/faucet/faucet.go|936 col 57| undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
pkg/faucet/faucet.go|936 col 104| undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
pkg/faucet/faucet.go|942 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED (typecheck)
components/faucet/component.go|26 col 2| could not import github.com/iotaledger/inx-faucet/pkg/faucet (-: # github.com/iotaledger/inx-faucet/pkg/faucet
pkg/faucet/faucet.go|47 col 20| undefined: inx.BlockMetadata_TransactionState
pkg/faucet/faucet.go|48 col 20| undefined: inx.BlockMetadata_TransactionFailureReason
pkg/faucet/faucet.go|926 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
pkg/faucet/faucet.go|932 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
pkg/faucet/faucet.go|936 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
pkg/faucet/faucet.go|936 col 57| undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
pkg/faucet/faucet.go|936 col 104| undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
pkg/faucet/faucet.go|942 col 11| undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED) (typecheck)
components/faucet/component.go|118 col 29| metadata.GetTransactionState undefined (type *api.BlockMetadataResponse has no field or method GetTransactionState) (typecheck)
components/faucet/component.go|119 col 29| metadata.GetTransactionFailureReason undefined (type *api.BlockMetadataResponse has no field or method GetTransactionFailureReason) (typecheck)
Filtered Findings (0)
Annotations
Check failure on line 1 in pkg/faucet/error.go
github-actions / golangci
[golangci] pkg/faucet/error.go#L1
: # github.com/iotaledger/inx-faucet/pkg/faucet
Raw output
pkg/faucet/error.go:1: : # github.com/iotaledger/inx-faucet/pkg/faucet
Check failure on line 47 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L47
undefined: inx.BlockMetadata_TransactionState
Raw output
pkg/faucet/faucet.go:47:20: undefined: inx.BlockMetadata_TransactionState
Check failure on line 48 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L48
undefined: inx.BlockMetadata_TransactionFailureReason
Raw output
pkg/faucet/faucet.go:48:20: undefined: inx.BlockMetadata_TransactionFailureReason
Check failure on line 926 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L926
undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
Raw output
pkg/faucet/faucet.go:926:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
Check failure on line 932 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L932
undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
Raw output
pkg/faucet/faucet.go:932:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
Raw output
pkg/faucet/faucet.go:936:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
Raw output
pkg/faucet/faucet.go:936:57: undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
Raw output
pkg/faucet/faucet.go:936:104: undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
Check failure on line 942 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L942
undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED (typecheck)
Raw output
pkg/faucet/faucet.go:942:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED (typecheck)
package faucet
Check failure on line 26 in components/faucet/component.go
github-actions / golangci
[golangci] components/faucet/component.go#L26
could not import github.com/iotaledger/inx-faucet/pkg/faucet (-: # github.com/iotaledger/inx-faucet/pkg/faucet
Raw output
components/faucet/component.go:26:2: could not import github.com/iotaledger/inx-faucet/pkg/faucet (-: # github.com/iotaledger/inx-faucet/pkg/faucet
Check failure on line 47 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L47
undefined: inx.BlockMetadata_TransactionState
Raw output
pkg/faucet/faucet.go:47:20: undefined: inx.BlockMetadata_TransactionState
Check failure on line 48 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L48
undefined: inx.BlockMetadata_TransactionFailureReason
Raw output
pkg/faucet/faucet.go:48:20: undefined: inx.BlockMetadata_TransactionFailureReason
Check failure on line 926 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L926
undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
Raw output
pkg/faucet/faucet.go:926:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_NO_TRANSACTION
Check failure on line 932 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L932
undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
Raw output
pkg/faucet/faucet.go:932:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_PENDING
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
Raw output
pkg/faucet/faucet.go:936:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_ACCEPTED
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
Raw output
pkg/faucet/faucet.go:936:57: undefined: inx.BlockMetadata_TRANSACTION_STATE_CONFIRMED
Check failure on line 936 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L936
undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
Raw output
pkg/faucet/faucet.go:936:104: undefined: inx.BlockMetadata_TRANSACTION_STATE_FINALIZED
Check failure on line 942 in pkg/faucet/faucet.go
github-actions / golangci
[golangci] pkg/faucet/faucet.go#L942
undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED) (typecheck)
Raw output
pkg/faucet/faucet.go:942:11: undefined: inx.BlockMetadata_TRANSACTION_STATE_FAILED) (typecheck)
"github.com/iotaledger/inx-faucet/pkg/faucet"
^
Check failure on line 118 in components/faucet/component.go
github-actions / golangci
[golangci] components/faucet/component.go#L118
metadata.GetTransactionState undefined (type *api.BlockMetadataResponse has no field or method GetTransactionState) (typecheck)
Raw output
components/faucet/component.go:118:29: metadata.GetTransactionState undefined (type *api.BlockMetadataResponse has no field or method GetTransactionState) (typecheck)
State: metadata.GetTransactionState(),
^
Check failure on line 119 in components/faucet/component.go
github-actions / golangci
[golangci] components/faucet/component.go#L119
metadata.GetTransactionFailureReason undefined (type *api.BlockMetadataResponse has no field or method GetTransactionFailureReason) (typecheck)
Raw output
components/faucet/component.go:119:29: metadata.GetTransactionFailureReason undefined (type *api.BlockMetadataResponse has no field or method GetTransactionFailureReason) (typecheck)
FailureReason: metadata.GetTransactionFailureReason(),
^