Documentation ¶
Overview ¶
Package mock_bqstream is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBQClient ¶
type MockBQClient struct {
// contains filtered or unexported fields
}
MockBQClient is a mock of BQClient interface.
func NewMockBQClient ¶
func NewMockBQClient(ctrl *gomock.Controller) *MockBQClient
NewMockBQClient creates a new mock instance.
func (*MockBQClient) EXPECT ¶
func (m *MockBQClient) EXPECT() *MockBQClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBQClient) Put ¶
func (m *MockBQClient) Put(arg0 context.Context, arg1, arg2 string, arg3 []*bqstream.GenericRecord) error
Put mocks base method.
type MockBQClientMockRecorder ¶
type MockBQClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBQClientMockRecorder is the mock recorder for MockBQClient.
func (*MockBQClientMockRecorder) Close ¶
func (mr *MockBQClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockBQClientMockRecorder) Put ¶
func (mr *MockBQClientMockRecorder) Put(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Put indicates an expected call of Put.
Click to show internal directories.
Click to hide internal directories.