Documentation ¶
Overview ¶
Package mock_cloudproto1 is a generated GoMock package.
Index ¶
- type MockCommandServiceClient
- type MockCommandServiceClientMockRecorder
- type MockCommandService_ExecuteClient
- func (m *MockCommandService_ExecuteClient) CloseSend() error
- func (m *MockCommandService_ExecuteClient) Context() context.Context
- func (m *MockCommandService_ExecuteClient) EXPECT() *MockCommandService_ExecuteClientMockRecorder
- func (m *MockCommandService_ExecuteClient) Header() (metadata.MD, error)
- func (m *MockCommandService_ExecuteClient) Recv() (*cloudproto1.CommandResponse, error)
- func (m *MockCommandService_ExecuteClient) RecvMsg(arg0 interface{}) error
- func (m *MockCommandService_ExecuteClient) SendMsg(arg0 interface{}) error
- func (m *MockCommandService_ExecuteClient) Trailer() metadata.MD
- type MockCommandService_ExecuteClientMockRecorder
- func (mr *MockCommandService_ExecuteClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) Context() *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) Header() *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) Recv() *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockCommandService_ExecuteClientMockRecorder) Trailer() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandServiceClient ¶
type MockCommandServiceClient struct {
// contains filtered or unexported fields
}
MockCommandServiceClient is a mock of CommandServiceClient interface.
func NewMockCommandServiceClient ¶
func NewMockCommandServiceClient(ctrl *gomock.Controller) *MockCommandServiceClient
NewMockCommandServiceClient creates a new mock instance.
func (*MockCommandServiceClient) EXPECT ¶
func (m *MockCommandServiceClient) EXPECT() *MockCommandServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCommandServiceClient) Execute ¶
func (m *MockCommandServiceClient) Execute(arg0 context.Context, arg1 *cloudproto1.CommandRequest, arg2 ...grpc.CallOption) (cloudproto1.CommandService_ExecuteClient, error)
Execute mocks base method.
type MockCommandServiceClientMockRecorder ¶
type MockCommandServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandServiceClientMockRecorder is the mock recorder for MockCommandServiceClient.
func (*MockCommandServiceClientMockRecorder) Execute ¶
func (mr *MockCommandServiceClientMockRecorder) Execute(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Execute indicates an expected call of Execute.
type MockCommandService_ExecuteClient ¶
type MockCommandService_ExecuteClient struct {
// contains filtered or unexported fields
}
MockCommandService_ExecuteClient is a mock of CommandService_ExecuteClient interface.
func NewMockCommandService_ExecuteClient ¶
func NewMockCommandService_ExecuteClient(ctrl *gomock.Controller) *MockCommandService_ExecuteClient
NewMockCommandService_ExecuteClient creates a new mock instance.
func (*MockCommandService_ExecuteClient) CloseSend ¶
func (m *MockCommandService_ExecuteClient) CloseSend() error
CloseSend mocks base method.
func (*MockCommandService_ExecuteClient) Context ¶
func (m *MockCommandService_ExecuteClient) Context() context.Context
Context mocks base method.
func (*MockCommandService_ExecuteClient) EXPECT ¶
func (m *MockCommandService_ExecuteClient) EXPECT() *MockCommandService_ExecuteClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCommandService_ExecuteClient) Header ¶
func (m *MockCommandService_ExecuteClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockCommandService_ExecuteClient) Recv ¶
func (m *MockCommandService_ExecuteClient) Recv() (*cloudproto1.CommandResponse, error)
Recv mocks base method.
func (*MockCommandService_ExecuteClient) RecvMsg ¶
func (m *MockCommandService_ExecuteClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockCommandService_ExecuteClient) SendMsg ¶
func (m *MockCommandService_ExecuteClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockCommandService_ExecuteClient) Trailer ¶
func (m *MockCommandService_ExecuteClient) Trailer() metadata.MD
Trailer mocks base method.
type MockCommandService_ExecuteClientMockRecorder ¶
type MockCommandService_ExecuteClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandService_ExecuteClientMockRecorder is the mock recorder for MockCommandService_ExecuteClient.
func (*MockCommandService_ExecuteClientMockRecorder) CloseSend ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockCommandService_ExecuteClientMockRecorder) Context ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockCommandService_ExecuteClientMockRecorder) Header ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockCommandService_ExecuteClientMockRecorder) Recv ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockCommandService_ExecuteClientMockRecorder) RecvMsg ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockCommandService_ExecuteClientMockRecorder) SendMsg ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockCommandService_ExecuteClientMockRecorder) Trailer ¶
func (mr *MockCommandService_ExecuteClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.