Documentation ¶
Overview ¶
Package mock_outputs is a generated GoMock package.
Index ¶
- type MockServiceClient
- func (m *MockServiceClient) EXPECT() *MockServiceClientMockRecorder
- func (m *MockServiceClient) Get(arg0 context.Context, arg1 *outputs.Request, arg2 ...grpc.CallOption) (outputs.Service_GetClient, error)
- func (m *MockServiceClient) Sub(arg0 context.Context, arg1 ...grpc.CallOption) (outputs.Service_SubClient, error)
- type MockServiceClientMockRecorder
- type MockService_GetClient
- func (m *MockService_GetClient) CloseSend() error
- func (m *MockService_GetClient) Context() context.Context
- func (m *MockService_GetClient) EXPECT() *MockService_GetClientMockRecorder
- func (m *MockService_GetClient) Header() (metadata.MD, error)
- func (m *MockService_GetClient) Recv() (*outputs.Response, error)
- func (m *MockService_GetClient) RecvMsg(arg0 interface{}) error
- func (m *MockService_GetClient) SendMsg(arg0 interface{}) error
- func (m *MockService_GetClient) Trailer() metadata.MD
- type MockService_GetClientMockRecorder
- func (mr *MockService_GetClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockService_GetClientMockRecorder) Context() *gomock.Call
- func (mr *MockService_GetClientMockRecorder) Header() *gomock.Call
- func (mr *MockService_GetClientMockRecorder) Recv() *gomock.Call
- func (mr *MockService_GetClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockService_GetClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockService_GetClientMockRecorder) Trailer() *gomock.Call
- type MockService_SubClient
- func (m *MockService_SubClient) CloseSend() error
- func (m *MockService_SubClient) Context() context.Context
- func (m *MockService_SubClient) EXPECT() *MockService_SubClientMockRecorder
- func (m *MockService_SubClient) Header() (metadata.MD, error)
- func (m *MockService_SubClient) Recv() (*outputs.Response, error)
- func (m *MockService_SubClient) RecvMsg(arg0 interface{}) error
- func (m *MockService_SubClient) Send(arg0 *outputs.Request) error
- func (m *MockService_SubClient) SendMsg(arg0 interface{}) error
- func (m *MockService_SubClient) Trailer() metadata.MD
- type MockService_SubClientMockRecorder
- func (mr *MockService_SubClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockService_SubClientMockRecorder) Context() *gomock.Call
- func (mr *MockService_SubClientMockRecorder) Header() *gomock.Call
- func (mr *MockService_SubClientMockRecorder) Recv() *gomock.Call
- func (mr *MockService_SubClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockService_SubClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockService_SubClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockService_SubClientMockRecorder) Trailer() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServiceClient ¶
type MockServiceClient struct {
// contains filtered or unexported fields
}
MockServiceClient is a mock of ServiceClient interface.
func NewMockServiceClient ¶
func NewMockServiceClient(ctrl *gomock.Controller) *MockServiceClient
NewMockServiceClient creates a new mock instance.
func (*MockServiceClient) EXPECT ¶
func (m *MockServiceClient) EXPECT() *MockServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceClient) Get ¶
func (m *MockServiceClient) Get(arg0 context.Context, arg1 *outputs.Request, arg2 ...grpc.CallOption) (outputs.Service_GetClient, error)
Get mocks base method.
func (*MockServiceClient) Sub ¶
func (m *MockServiceClient) Sub(arg0 context.Context, arg1 ...grpc.CallOption) (outputs.Service_SubClient, error)
Sub mocks base method.
type MockServiceClientMockRecorder ¶
type MockServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceClientMockRecorder is the mock recorder for MockServiceClient.
func (*MockServiceClientMockRecorder) Get ¶
func (mr *MockServiceClientMockRecorder) Get(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockServiceClientMockRecorder) Sub ¶
func (mr *MockServiceClientMockRecorder) Sub(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Sub indicates an expected call of Sub.
type MockService_GetClient ¶
type MockService_GetClient struct {
// contains filtered or unexported fields
}
MockService_GetClient is a mock of Service_GetClient interface.
func NewMockService_GetClient ¶
func NewMockService_GetClient(ctrl *gomock.Controller) *MockService_GetClient
NewMockService_GetClient creates a new mock instance.
func (*MockService_GetClient) CloseSend ¶
func (m *MockService_GetClient) CloseSend() error
CloseSend mocks base method.
func (*MockService_GetClient) Context ¶
func (m *MockService_GetClient) Context() context.Context
Context mocks base method.
func (*MockService_GetClient) EXPECT ¶
func (m *MockService_GetClient) EXPECT() *MockService_GetClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockService_GetClient) Header ¶
func (m *MockService_GetClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockService_GetClient) Recv ¶
func (m *MockService_GetClient) Recv() (*outputs.Response, error)
Recv mocks base method.
func (*MockService_GetClient) RecvMsg ¶
func (m *MockService_GetClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockService_GetClient) SendMsg ¶
func (m *MockService_GetClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockService_GetClient) Trailer ¶
func (m *MockService_GetClient) Trailer() metadata.MD
Trailer mocks base method.
type MockService_GetClientMockRecorder ¶
type MockService_GetClientMockRecorder struct {
// contains filtered or unexported fields
}
MockService_GetClientMockRecorder is the mock recorder for MockService_GetClient.
func (*MockService_GetClientMockRecorder) CloseSend ¶
func (mr *MockService_GetClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockService_GetClientMockRecorder) Context ¶
func (mr *MockService_GetClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockService_GetClientMockRecorder) Header ¶
func (mr *MockService_GetClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockService_GetClientMockRecorder) Recv ¶
func (mr *MockService_GetClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockService_GetClientMockRecorder) RecvMsg ¶
func (mr *MockService_GetClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockService_GetClientMockRecorder) SendMsg ¶
func (mr *MockService_GetClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockService_GetClientMockRecorder) Trailer ¶
func (mr *MockService_GetClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockService_SubClient ¶
type MockService_SubClient struct {
// contains filtered or unexported fields
}
MockService_SubClient is a mock of Service_SubClient interface.
func NewMockService_SubClient ¶
func NewMockService_SubClient(ctrl *gomock.Controller) *MockService_SubClient
NewMockService_SubClient creates a new mock instance.
func (*MockService_SubClient) CloseSend ¶
func (m *MockService_SubClient) CloseSend() error
CloseSend mocks base method.
func (*MockService_SubClient) Context ¶
func (m *MockService_SubClient) Context() context.Context
Context mocks base method.
func (*MockService_SubClient) EXPECT ¶
func (m *MockService_SubClient) EXPECT() *MockService_SubClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockService_SubClient) Header ¶
func (m *MockService_SubClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockService_SubClient) Recv ¶
func (m *MockService_SubClient) Recv() (*outputs.Response, error)
Recv mocks base method.
func (*MockService_SubClient) RecvMsg ¶
func (m *MockService_SubClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockService_SubClient) Send ¶
func (m *MockService_SubClient) Send(arg0 *outputs.Request) error
Send mocks base method.
func (*MockService_SubClient) SendMsg ¶
func (m *MockService_SubClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockService_SubClient) Trailer ¶
func (m *MockService_SubClient) Trailer() metadata.MD
Trailer mocks base method.
type MockService_SubClientMockRecorder ¶
type MockService_SubClientMockRecorder struct {
// contains filtered or unexported fields
}
MockService_SubClientMockRecorder is the mock recorder for MockService_SubClient.
func (*MockService_SubClientMockRecorder) CloseSend ¶
func (mr *MockService_SubClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockService_SubClientMockRecorder) Context ¶
func (mr *MockService_SubClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockService_SubClientMockRecorder) Header ¶
func (mr *MockService_SubClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockService_SubClientMockRecorder) Recv ¶
func (mr *MockService_SubClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockService_SubClientMockRecorder) RecvMsg ¶
func (mr *MockService_SubClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockService_SubClientMockRecorder) Send ¶
func (mr *MockService_SubClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockService_SubClientMockRecorder) SendMsg ¶
func (mr *MockService_SubClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockService_SubClientMockRecorder) Trailer ¶
func (mr *MockService_SubClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.