Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockRPCJob
- func (m *MockRPCJob) EXPECT() *MockRPCJobMockRecorder
- func (m *MockRPCJob) GetArgReply(arg0 string) (proto.Message, proto.Message, error)
- func (m *MockRPCJob) RPC(arg0 context.Context, arg1, arg2 string, arg3, arg4 proto.Message) error
- func (m *MockRPCJob) ServerDiscovery(arg0 string, arg1 map[string]interface{}) (string, error)
- type MockRPCJobMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRPCJob ¶
type MockRPCJob struct {
// contains filtered or unexported fields
}
MockRPCJob is a mock of RPCJob interface
func NewMockRPCJob ¶
func NewMockRPCJob(ctrl *gomock.Controller) *MockRPCJob
NewMockRPCJob creates a new mock instance
func (*MockRPCJob) EXPECT ¶
func (m *MockRPCJob) EXPECT() *MockRPCJobMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRPCJob) GetArgReply ¶
GetArgReply mocks base method
func (*MockRPCJob) ServerDiscovery ¶
func (m *MockRPCJob) ServerDiscovery(arg0 string, arg1 map[string]interface{}) (string, error)
ServerDiscovery mocks base method
type MockRPCJobMockRecorder ¶
type MockRPCJobMockRecorder struct {
// contains filtered or unexported fields
}
MockRPCJobMockRecorder is the mock recorder for MockRPCJob
func (*MockRPCJobMockRecorder) GetArgReply ¶
func (mr *MockRPCJobMockRecorder) GetArgReply(arg0 interface{}) *gomock.Call
GetArgReply indicates an expected call of GetArgReply
func (*MockRPCJobMockRecorder) RPC ¶
func (mr *MockRPCJobMockRecorder) RPC(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RPC indicates an expected call of RPC
func (*MockRPCJobMockRecorder) ServerDiscovery ¶
func (mr *MockRPCJobMockRecorder) ServerDiscovery(arg0, arg1 interface{}) *gomock.Call
ServerDiscovery indicates an expected call of ServerDiscovery
Click to show internal directories.
Click to hide internal directories.