Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInvoker ¶
type MockInvoker struct {
// contains filtered or unexported fields
}
MockInvoker is a mock of Invoker interface.
func NewMockInvoker ¶
func NewMockInvoker(ctrl *gomock.Controller) *MockInvoker
NewMockInvoker creates a new mock instance.
func (*MockInvoker) EXPECT ¶
func (m *MockInvoker) EXPECT() *MockInvokerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInvoker) Invoke ¶
func (m *MockInvoker) Invoke(arg0 context.Context, arg1 protocol.Invocation) protocol.Result
Invoke mocks base method.
func (*MockInvoker) IsAvailable ¶
func (m *MockInvoker) IsAvailable() bool
IsAvailable mocks base method.
type MockInvokerMockRecorder ¶
type MockInvokerMockRecorder struct {
// contains filtered or unexported fields
}
MockInvokerMockRecorder is the mock recorder for MockInvoker.
func (*MockInvokerMockRecorder) Destroy ¶
func (mr *MockInvokerMockRecorder) Destroy() *gomock.Call
Destroy indicates an expected call of Destroy.
func (*MockInvokerMockRecorder) GetURL ¶ added in v3.0.4
func (mr *MockInvokerMockRecorder) GetURL() *gomock.Call
GetURL indicates an expected call of GetURL.
func (*MockInvokerMockRecorder) Invoke ¶
func (mr *MockInvokerMockRecorder) Invoke(arg0, arg1 interface{}) *gomock.Call
Invoke indicates an expected call of Invoke.
func (*MockInvokerMockRecorder) IsAvailable ¶
func (mr *MockInvokerMockRecorder) IsAvailable() *gomock.Call
IsAvailable indicates an expected call of IsAvailable.
Click to show internal directories.
Click to hide internal directories.