Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClientService
- func (m *MockClientService) EXPECT() *MockClientServiceMockRecorder
- func (m *MockClientService) GetAlerts(arg0 *alert.GetAlertsParams, arg1 ...alert.ClientOption) (*alert.GetAlertsOK, error)
- func (m *MockClientService) PostAlerts(arg0 *alert.PostAlertsParams, arg1 ...alert.ClientOption) (*alert.PostAlertsOK, error)
- func (m *MockClientService) SetTransport(arg0 runtime.ClientTransport)
- type MockClientServiceMockRecorder
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) GetAlerts ¶
func (m *MockClientService) GetAlerts(arg0 *alert.GetAlertsParams, arg1 ...alert.ClientOption) (*alert.GetAlertsOK, error)
GetAlerts mocks base method.
func (*MockClientService) PostAlerts ¶
func (m *MockClientService) PostAlerts(arg0 *alert.PostAlertsParams, arg1 ...alert.ClientOption) (*alert.PostAlertsOK, error)
PostAlerts 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) GetAlerts ¶
func (mr *MockClientServiceMockRecorder) GetAlerts(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetAlerts indicates an expected call of GetAlerts.
func (*MockClientServiceMockRecorder) PostAlerts ¶
func (mr *MockClientServiceMockRecorder) PostAlerts(arg0 interface{}, arg1 ...interface{}) *gomock.Call
PostAlerts indicates an expected call of PostAlerts.
func (*MockClientServiceMockRecorder) SetTransport ¶
func (mr *MockClientServiceMockRecorder) SetTransport(arg0 interface{}) *gomock.Call
SetTransport indicates an expected call of SetTransport.
Click to show internal directories.
Click to hide internal directories.