Documentation ¶
Overview ¶
Package mock_client is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccountClient ¶
type MockAccountClient struct {
// contains filtered or unexported fields
}
MockAccountClient is a mock of AccountClient interface
func NewMockAccountClient ¶
func NewMockAccountClient(ctrl *gomock.Controller) *MockAccountClient
NewMockAccountClient creates a new mock instance
func (*MockAccountClient) EXPECT ¶
func (m *MockAccountClient) EXPECT() *MockAccountClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAccountClient) GetByHeight ¶
func (m *MockAccountClient) GetByHeight(arg0 string, arg1 int64) (*accountpb.GetByHeightResponse, error)
GetByHeight mocks base method
func (*MockAccountClient) GetIdentity ¶
func (m *MockAccountClient) GetIdentity(arg0 string) (*accountpb.GetIdentityResponse, error)
GetIdentity mocks base method
type MockAccountClientMockRecorder ¶
type MockAccountClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountClientMockRecorder is the mock recorder for MockAccountClient
func (*MockAccountClientMockRecorder) GetByHeight ¶
func (mr *MockAccountClientMockRecorder) GetByHeight(arg0, arg1 interface{}) *gomock.Call
GetByHeight indicates an expected call of GetByHeight
func (*MockAccountClientMockRecorder) GetIdentity ¶
func (mr *MockAccountClientMockRecorder) GetIdentity(arg0 interface{}) *gomock.Call
GetIdentity indicates an expected call of GetIdentity
Click to show internal directories.
Click to hide internal directories.