Skip to content

Update inx-app to aa12c9f5bd66 #219

Update inx-app to aa12c9f5bd66

Update inx-app to aa12c9f5bd66 #219

GitHub Actions / golangci failed Apr 19, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

pkg/testsuite/broker_mock.go|1| : # github.com/iotaledger/inx-mqtt/pkg/testsuite
pkg/testsuite/nodebridge_mock.go|43 col 31| cannot use &MockedNodeBridge{} (value of type *MockedNodeBridge) as nodebridge.NodeBridge value in variable declaration: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance)
pkg/testsuite/testsuite.go|49 col 3| cannot use bridge (variable of type *MockedNodeBridge) as nodebridge.NodeBridge value in argument to mqtt.NewServer: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance) (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 1 in pkg/testsuite/broker_mock.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/broker_mock.go#L1

: # github.com/iotaledger/inx-mqtt/pkg/testsuite
Raw output
pkg/testsuite/broker_mock.go:1: : # github.com/iotaledger/inx-mqtt/pkg/testsuite

Check failure on line 43 in pkg/testsuite/nodebridge_mock.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/nodebridge_mock.go#L43

cannot use &MockedNodeBridge{} (value of type *MockedNodeBridge) as nodebridge.NodeBridge value in variable declaration: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance)
Raw output
pkg/testsuite/nodebridge_mock.go:43:31: cannot use &MockedNodeBridge{} (value of type *MockedNodeBridge) as nodebridge.NodeBridge value in variable declaration: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance)

Check failure on line 49 in pkg/testsuite/testsuite.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/testsuite/testsuite.go#L49

cannot use bridge (variable of type *MockedNodeBridge) as nodebridge.NodeBridge value in argument to mqtt.NewServer: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance) (typecheck)
Raw output
pkg/testsuite/testsuite.go:49:3: cannot use bridge (variable of type *MockedNodeBridge) as nodebridge.NodeBridge value in argument to mqtt.NewServer: *MockedNodeBridge does not implement nodebridge.NodeBridge (missing method BlockIssuance) (typecheck)
package testsuite