status-im/status-go

View on GitHub
rpc/chain/mock/client/ethclient/eth_client.go

Summary

Maintainability
D
1 day
Test Coverage
F
0%

MockEthClientInterface has 32 methods (exceeds 21 allowed). Consider refactoring.
Open

type MockEthClientInterface struct {
    ctrl     *gomock.Controller
    recorder *MockEthClientInterfaceMockRecorder
}
Severity: Minor
Found in rpc/chain/mock/client/ethclient/eth_client.go - About 3 hrs to fix

    MockEthClientInterfaceMockRecorder has 31 methods (exceeds 21 allowed). Consider refactoring.
    Open

    type MockEthClientInterfaceMockRecorder struct {
        mock *MockEthClientInterface
    }
    Severity: Minor
    Found in rpc/chain/mock/client/ethclient/eth_client.go - About 3 hrs to fix

      MockBaseEthClientInterface has 28 methods (exceeds 21 allowed). Consider refactoring.
      Open

      type MockBaseEthClientInterface struct {
          ctrl     *gomock.Controller
          recorder *MockBaseEthClientInterfaceMockRecorder
      }
      Severity: Minor
      Found in rpc/chain/mock/client/ethclient/eth_client.go - About 3 hrs to fix

        MockBaseEthClientInterfaceMockRecorder has 27 methods (exceeds 21 allowed). Consider refactoring.
        Open

        type MockBaseEthClientInterfaceMockRecorder struct {
            mock *MockBaseEthClientInterface
        }
        Severity: Minor
        Found in rpc/chain/mock/client/ethclient/eth_client.go - About 3 hrs to fix

          There are no issues that match your filters.

          Category
          Status