Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockpdClientInterface
- func (m *MockpdClientInterface) EXPECT() *MockpdClientInterfaceMockRecorder
- func (m *MockpdClientInterface) ListIncidentsWithContext(arg0 context.Context, arg1 pagerduty.ListIncidentsOptions) (*pagerduty.ListIncidentsResponse, error)
- func (m *MockpdClientInterface) ListServicesWithContext(arg0 context.Context, arg1 pagerduty.ListServiceOptions) (*pagerduty.ListServiceResponse, error)
- type MockpdClientInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockpdClientInterface ¶
type MockpdClientInterface struct {
// contains filtered or unexported fields
}
MockpdClientInterface is a mock of pdClientInterface interface.
func NewMockpdClientInterface ¶
func NewMockpdClientInterface(ctrl *gomock.Controller) *MockpdClientInterface
NewMockpdClientInterface creates a new mock instance.
func (*MockpdClientInterface) EXPECT ¶
func (m *MockpdClientInterface) EXPECT() *MockpdClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockpdClientInterface) ListIncidentsWithContext ¶
func (m *MockpdClientInterface) ListIncidentsWithContext(arg0 context.Context, arg1 pagerduty.ListIncidentsOptions) (*pagerduty.ListIncidentsResponse, error)
ListIncidentsWithContext mocks base method.
func (*MockpdClientInterface) ListServicesWithContext ¶
func (m *MockpdClientInterface) ListServicesWithContext(arg0 context.Context, arg1 pagerduty.ListServiceOptions) (*pagerduty.ListServiceResponse, error)
ListServicesWithContext mocks base method.
type MockpdClientInterfaceMockRecorder ¶
type MockpdClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockpdClientInterfaceMockRecorder is the mock recorder for MockpdClientInterface.
func (*MockpdClientInterfaceMockRecorder) ListIncidentsWithContext ¶
func (mr *MockpdClientInterfaceMockRecorder) ListIncidentsWithContext(arg0, arg1 any) *gomock.Call
ListIncidentsWithContext indicates an expected call of ListIncidentsWithContext.
func (*MockpdClientInterfaceMockRecorder) ListServicesWithContext ¶
func (mr *MockpdClientInterfaceMockRecorder) ListServicesWithContext(arg0, arg1 any) *gomock.Call
ListServicesWithContext indicates an expected call of ListServicesWithContext.
Click to show internal directories.
Click to hide internal directories.