Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientService ¶
type MockClientService struct {
// contains filtered or unexported fields
}
MockClientService is a mock of ClientService interface.
func NewMockClientService ¶
func NewMockClientService(ctrl *gomock.Controller) *MockClientService
NewMockClientService creates a new mock instance.
func (*MockClientService) EXPECT ¶
func (m *MockClientService) EXPECT() *MockClientServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientService) Process ¶
func (m *MockClientService) Process(arg0 *monitor.ProcessParams, arg1 ...monitor.ClientOption) (*monitor.ProcessOK, error)
Process mocks base method.
func (*MockClientService) SetTransport ¶
func (m *MockClientService) SetTransport(arg0 runtime.ClientTransport)
SetTransport mocks base method.
type MockClientServiceMockRecorder ¶
type MockClientServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientServiceMockRecorder is the mock recorder for MockClientService.
func (*MockClientServiceMockRecorder) Process ¶
func (mr *MockClientServiceMockRecorder) Process(arg0 any, arg1 ...any) *gomock.Call
Process indicates an expected call of Process.
func (*MockClientServiceMockRecorder) SetTransport ¶
func (mr *MockClientServiceMockRecorder) SetTransport(arg0 any) *gomock.Call
SetTransport indicates an expected call of SetTransport.
Click to show internal directories.
Click to hide internal directories.