Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTClient ¶
type MockTClient struct {
// contains filtered or unexported fields
}
MockTClient is a mock of TClient interface.
func NewMockTClient ¶
func NewMockTClient(ctrl *gomock.Controller) *MockTClient
NewMockTClient creates a new mock instance.
func (*MockTClient) Call ¶
func (m *MockTClient) Call(arg0 context.Context, arg1 string, arg2, arg3 thrift.TStruct) (thrift.ResponseMeta, error)
Call mocks base method.
func (*MockTClient) EXPECT ¶
func (m *MockTClient) EXPECT() *MockTClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTClientMockRecorder ¶
type MockTClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTClientMockRecorder is the mock recorder for MockTClient.
Click to show internal directories.
Click to hide internal directories.