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(ctx context.Context, arg0 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 ¶
func (mr *MockInvokerMockRecorder) GetUrl() *gomock.Call
GetUrl indicates an expected call of GetUrl
func (*MockInvokerMockRecorder) Invoke ¶
func (mr *MockInvokerMockRecorder) Invoke(arg0 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.