Documentation ¶
Overview ¶
Package transformermock is a generated GoMock package.
Index ¶
- type MockSourceTransformClient
- func (m *MockSourceTransformClient) EXPECT() *MockSourceTransformClientMockRecorder
- func (m *MockSourceTransformClient) IsReady(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1.ReadyResponse, error)
- func (m *MockSourceTransformClient) SourceTransformFn(arg0 context.Context, arg1 *v1.SourceTransformRequest, arg2 ...grpc.CallOption) (*v1.SourceTransformResponse, error)
- type MockSourceTransformClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSourceTransformClient ¶
type MockSourceTransformClient struct {
// contains filtered or unexported fields
}
MockSourceTransformClient is a mock of SourceTransformClient interface.
func NewMockSourceTransformClient ¶
func NewMockSourceTransformClient(ctrl *gomock.Controller) *MockSourceTransformClient
NewMockSourceTransformClient creates a new mock instance.
func (*MockSourceTransformClient) EXPECT ¶
func (m *MockSourceTransformClient) EXPECT() *MockSourceTransformClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSourceTransformClient) IsReady ¶
func (m *MockSourceTransformClient) IsReady(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*v1.ReadyResponse, error)
IsReady mocks base method.
func (*MockSourceTransformClient) SourceTransformFn ¶
func (m *MockSourceTransformClient) SourceTransformFn(arg0 context.Context, arg1 *v1.SourceTransformRequest, arg2 ...grpc.CallOption) (*v1.SourceTransformResponse, error)
SourceTransformFn mocks base method.
type MockSourceTransformClientMockRecorder ¶
type MockSourceTransformClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSourceTransformClientMockRecorder is the mock recorder for MockSourceTransformClient.
func (*MockSourceTransformClientMockRecorder) IsReady ¶
func (mr *MockSourceTransformClientMockRecorder) IsReady(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
IsReady indicates an expected call of IsReady.
func (*MockSourceTransformClientMockRecorder) SourceTransformFn ¶
func (mr *MockSourceTransformClientMockRecorder) SourceTransformFn(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SourceTransformFn indicates an expected call of SourceTransformFn.
Click to show internal directories.
Click to hide internal directories.