mocks

package
v0.0.0-...-5add76e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockDashboardListsAPIClient

type MockDashboardListsAPIClient struct {
	// contains filtered or unexported fields
}

MockDashboardListsAPIClient is a mock of DashboardListsAPIClient interface.

func NewMockDashboardListsAPIClient

func NewMockDashboardListsAPIClient(ctrl *gomock.Controller) *MockDashboardListsAPIClient

NewMockDashboardListsAPIClient creates a new mock instance.

func (*MockDashboardListsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDashboardListsAPIClient) ListDashboardLists

ListDashboardLists mocks base method.

type MockDashboardListsAPIClientMockRecorder

type MockDashboardListsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDashboardListsAPIClientMockRecorder is the mock recorder for MockDashboardListsAPIClient.

func (*MockDashboardListsAPIClientMockRecorder) ListDashboardLists

func (mr *MockDashboardListsAPIClientMockRecorder) ListDashboardLists(arg0 interface{}) *gomock.Call

ListDashboardLists indicates an expected call of ListDashboardLists.

type MockDashboardsAPIClient

type MockDashboardsAPIClient struct {
	// contains filtered or unexported fields
}

MockDashboardsAPIClient is a mock of DashboardsAPIClient interface.

func NewMockDashboardsAPIClient

func NewMockDashboardsAPIClient(ctrl *gomock.Controller) *MockDashboardsAPIClient

NewMockDashboardsAPIClient creates a new mock instance.

func (*MockDashboardsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDashboardsAPIClient) ListDashboards

ListDashboards mocks base method.

func (*MockDashboardsAPIClient) ListDashboardsWithPagination

ListDashboardsWithPagination mocks base method.

type MockDashboardsAPIClientMockRecorder

type MockDashboardsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDashboardsAPIClientMockRecorder is the mock recorder for MockDashboardsAPIClient.

func (*MockDashboardsAPIClientMockRecorder) ListDashboards

func (mr *MockDashboardsAPIClientMockRecorder) ListDashboards(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListDashboards indicates an expected call of ListDashboards.

func (*MockDashboardsAPIClientMockRecorder) ListDashboardsWithPagination

func (mr *MockDashboardsAPIClientMockRecorder) ListDashboardsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListDashboardsWithPagination indicates an expected call of ListDashboardsWithPagination.

type MockDowntimesAPIClient

type MockDowntimesAPIClient struct {
	// contains filtered or unexported fields
}

MockDowntimesAPIClient is a mock of DowntimesAPIClient interface.

func NewMockDowntimesAPIClient

func NewMockDowntimesAPIClient(ctrl *gomock.Controller) *MockDowntimesAPIClient

NewMockDowntimesAPIClient creates a new mock instance.

func (*MockDowntimesAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDowntimesAPIClient) ListDowntimes

ListDowntimes mocks base method.

func (*MockDowntimesAPIClient) ListMonitorDowntimes

func (m *MockDowntimesAPIClient) ListMonitorDowntimes(arg0 context.Context, arg1 int64) ([]datadogV1.Downtime, *http.Response, error)

ListMonitorDowntimes mocks base method.

type MockDowntimesAPIClientMockRecorder

type MockDowntimesAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDowntimesAPIClientMockRecorder is the mock recorder for MockDowntimesAPIClient.

func (*MockDowntimesAPIClientMockRecorder) ListDowntimes

func (mr *MockDowntimesAPIClientMockRecorder) ListDowntimes(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListDowntimes indicates an expected call of ListDowntimes.

func (*MockDowntimesAPIClientMockRecorder) ListMonitorDowntimes

func (mr *MockDowntimesAPIClientMockRecorder) ListMonitorDowntimes(arg0, arg1 interface{}) *gomock.Call

ListMonitorDowntimes indicates an expected call of ListMonitorDowntimes.

type MockHostsAPIClient

type MockHostsAPIClient struct {
	// contains filtered or unexported fields
}

MockHostsAPIClient is a mock of HostsAPIClient interface.

func NewMockHostsAPIClient

func NewMockHostsAPIClient(ctrl *gomock.Controller) *MockHostsAPIClient

NewMockHostsAPIClient creates a new mock instance.

func (*MockHostsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHostsAPIClient) ListHosts

ListHosts mocks base method.

type MockHostsAPIClientMockRecorder

type MockHostsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockHostsAPIClientMockRecorder is the mock recorder for MockHostsAPIClient.

func (*MockHostsAPIClientMockRecorder) ListHosts

func (mr *MockHostsAPIClientMockRecorder) ListHosts(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListHosts indicates an expected call of ListHosts.

type MockIncidentsAPIClient

type MockIncidentsAPIClient struct {
	// contains filtered or unexported fields
}

MockIncidentsAPIClient is a mock of IncidentsAPIClient interface.

func NewMockIncidentsAPIClient

func NewMockIncidentsAPIClient(ctrl *gomock.Controller) *MockIncidentsAPIClient

NewMockIncidentsAPIClient creates a new mock instance.

func (*MockIncidentsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIncidentsAPIClient) ListIncidentAttachments

ListIncidentAttachments mocks base method.

func (*MockIncidentsAPIClient) ListIncidentIntegrations

ListIncidentIntegrations mocks base method.

func (*MockIncidentsAPIClient) ListIncidentTodos

ListIncidentTodos mocks base method.

func (*MockIncidentsAPIClient) ListIncidents

ListIncidents mocks base method.

func (*MockIncidentsAPIClient) ListIncidentsWithPagination

ListIncidentsWithPagination mocks base method.

type MockIncidentsAPIClientMockRecorder

type MockIncidentsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockIncidentsAPIClientMockRecorder is the mock recorder for MockIncidentsAPIClient.

func (*MockIncidentsAPIClientMockRecorder) ListIncidentAttachments

func (mr *MockIncidentsAPIClientMockRecorder) ListIncidentAttachments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIncidentAttachments indicates an expected call of ListIncidentAttachments.

func (*MockIncidentsAPIClientMockRecorder) ListIncidentIntegrations

func (mr *MockIncidentsAPIClientMockRecorder) ListIncidentIntegrations(arg0, arg1 interface{}) *gomock.Call

ListIncidentIntegrations indicates an expected call of ListIncidentIntegrations.

func (*MockIncidentsAPIClientMockRecorder) ListIncidentTodos

func (mr *MockIncidentsAPIClientMockRecorder) ListIncidentTodos(arg0, arg1 interface{}) *gomock.Call

ListIncidentTodos indicates an expected call of ListIncidentTodos.

func (*MockIncidentsAPIClientMockRecorder) ListIncidents

func (mr *MockIncidentsAPIClientMockRecorder) ListIncidents(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListIncidents indicates an expected call of ListIncidents.

func (*MockIncidentsAPIClientMockRecorder) ListIncidentsWithPagination

func (mr *MockIncidentsAPIClientMockRecorder) ListIncidentsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListIncidentsWithPagination indicates an expected call of ListIncidentsWithPagination.

type MockMonitorsAPIClient

type MockMonitorsAPIClient struct {
	// contains filtered or unexported fields
}

MockMonitorsAPIClient is a mock of MonitorsAPIClient interface.

func NewMockMonitorsAPIClient

func NewMockMonitorsAPIClient(ctrl *gomock.Controller) *MockMonitorsAPIClient

NewMockMonitorsAPIClient creates a new mock instance.

func (*MockMonitorsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMonitorsAPIClient) ListMonitors

ListMonitors mocks base method.

func (*MockMonitorsAPIClient) ListMonitorsWithPagination

func (m *MockMonitorsAPIClient) ListMonitorsWithPagination(arg0 context.Context, arg1 ...datadogV1.ListMonitorsOptionalParameters) (<-chan datadog.PaginationResult[datadogV1.Monitor], func())

ListMonitorsWithPagination mocks base method.

type MockMonitorsAPIClientMockRecorder

type MockMonitorsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockMonitorsAPIClientMockRecorder is the mock recorder for MockMonitorsAPIClient.

func (*MockMonitorsAPIClientMockRecorder) ListMonitors

func (mr *MockMonitorsAPIClientMockRecorder) ListMonitors(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListMonitors indicates an expected call of ListMonitors.

func (*MockMonitorsAPIClientMockRecorder) ListMonitorsWithPagination

func (mr *MockMonitorsAPIClientMockRecorder) ListMonitorsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListMonitorsWithPagination indicates an expected call of ListMonitorsWithPagination.

type MockNotebooksAPIClient

type MockNotebooksAPIClient struct {
	// contains filtered or unexported fields
}

MockNotebooksAPIClient is a mock of NotebooksAPIClient interface.

func NewMockNotebooksAPIClient

func NewMockNotebooksAPIClient(ctrl *gomock.Controller) *MockNotebooksAPIClient

NewMockNotebooksAPIClient creates a new mock instance.

func (*MockNotebooksAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNotebooksAPIClient) ListNotebooks

ListNotebooks mocks base method.

func (*MockNotebooksAPIClient) ListNotebooksWithPagination

ListNotebooksWithPagination mocks base method.

type MockNotebooksAPIClientMockRecorder

type MockNotebooksAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockNotebooksAPIClientMockRecorder is the mock recorder for MockNotebooksAPIClient.

func (*MockNotebooksAPIClientMockRecorder) ListNotebooks

func (mr *MockNotebooksAPIClientMockRecorder) ListNotebooks(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListNotebooks indicates an expected call of ListNotebooks.

func (*MockNotebooksAPIClientMockRecorder) ListNotebooksWithPagination

func (mr *MockNotebooksAPIClientMockRecorder) ListNotebooksWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListNotebooksWithPagination indicates an expected call of ListNotebooksWithPagination.

type MockRolesAPIClient

type MockRolesAPIClient struct {
	// contains filtered or unexported fields
}

MockRolesAPIClient is a mock of RolesAPIClient interface.

func NewMockRolesAPIClient

func NewMockRolesAPIClient(ctrl *gomock.Controller) *MockRolesAPIClient

NewMockRolesAPIClient creates a new mock instance.

func (*MockRolesAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRolesAPIClient) ListPermissions

ListPermissions mocks base method.

func (*MockRolesAPIClient) ListRolePermissions

func (m *MockRolesAPIClient) ListRolePermissions(arg0 context.Context, arg1 string) (datadogV2.PermissionsResponse, *http.Response, error)

ListRolePermissions mocks base method.

func (*MockRolesAPIClient) ListRoleUsers

ListRoleUsers mocks base method.

func (*MockRolesAPIClient) ListRoles

ListRoles mocks base method.

type MockRolesAPIClientMockRecorder

type MockRolesAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRolesAPIClientMockRecorder is the mock recorder for MockRolesAPIClient.

func (*MockRolesAPIClientMockRecorder) ListPermissions

func (mr *MockRolesAPIClientMockRecorder) ListPermissions(arg0 interface{}) *gomock.Call

ListPermissions indicates an expected call of ListPermissions.

func (*MockRolesAPIClientMockRecorder) ListRolePermissions

func (mr *MockRolesAPIClientMockRecorder) ListRolePermissions(arg0, arg1 interface{}) *gomock.Call

ListRolePermissions indicates an expected call of ListRolePermissions.

func (*MockRolesAPIClientMockRecorder) ListRoleUsers

func (mr *MockRolesAPIClientMockRecorder) ListRoleUsers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoleUsers indicates an expected call of ListRoleUsers.

func (*MockRolesAPIClientMockRecorder) ListRoles

func (mr *MockRolesAPIClientMockRecorder) ListRoles(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles.

type MockRumAPIClient

type MockRumAPIClient struct {
	// contains filtered or unexported fields
}

MockRumAPIClient is a mock of RumAPIClient interface.

func NewMockRumAPIClient

func NewMockRumAPIClient(ctrl *gomock.Controller) *MockRumAPIClient

NewMockRumAPIClient creates a new mock instance.

func (*MockRumAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRumAPIClient) ListRUMEvents

ListRUMEvents mocks base method.

func (*MockRumAPIClient) ListRUMEventsWithPagination

func (m *MockRumAPIClient) ListRUMEventsWithPagination(arg0 context.Context, arg1 ...datadogV2.ListRUMEventsOptionalParameters) (<-chan datadog.PaginationResult[datadogV2.RUMEvent], func())

ListRUMEventsWithPagination mocks base method.

type MockRumAPIClientMockRecorder

type MockRumAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRumAPIClientMockRecorder is the mock recorder for MockRumAPIClient.

func (*MockRumAPIClientMockRecorder) ListRUMEvents

func (mr *MockRumAPIClientMockRecorder) ListRUMEvents(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListRUMEvents indicates an expected call of ListRUMEvents.

func (*MockRumAPIClientMockRecorder) ListRUMEventsWithPagination

func (mr *MockRumAPIClientMockRecorder) ListRUMEventsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListRUMEventsWithPagination indicates an expected call of ListRUMEventsWithPagination.

type MockServiceLevelObjectiveCorrectionsAPIClient

type MockServiceLevelObjectiveCorrectionsAPIClient struct {
	// contains filtered or unexported fields
}

MockServiceLevelObjectiveCorrectionsAPIClient is a mock of ServiceLevelObjectiveCorrectionsAPIClient interface.

func NewMockServiceLevelObjectiveCorrectionsAPIClient

func NewMockServiceLevelObjectiveCorrectionsAPIClient(ctrl *gomock.Controller) *MockServiceLevelObjectiveCorrectionsAPIClient

NewMockServiceLevelObjectiveCorrectionsAPIClient creates a new mock instance.

func (*MockServiceLevelObjectiveCorrectionsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServiceLevelObjectiveCorrectionsAPIClient) ListSLOCorrection

ListSLOCorrection mocks base method.

func (*MockServiceLevelObjectiveCorrectionsAPIClient) ListSLOCorrectionWithPagination

ListSLOCorrectionWithPagination mocks base method.

type MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder

type MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder is the mock recorder for MockServiceLevelObjectiveCorrectionsAPIClient.

func (*MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder) ListSLOCorrection

func (mr *MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder) ListSLOCorrection(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListSLOCorrection indicates an expected call of ListSLOCorrection.

func (*MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder) ListSLOCorrectionWithPagination

func (mr *MockServiceLevelObjectiveCorrectionsAPIClientMockRecorder) ListSLOCorrectionWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListSLOCorrectionWithPagination indicates an expected call of ListSLOCorrectionWithPagination.

type MockServiceLevelObjectivesAPIClient

type MockServiceLevelObjectivesAPIClient struct {
	// contains filtered or unexported fields
}

MockServiceLevelObjectivesAPIClient is a mock of ServiceLevelObjectivesAPIClient interface.

func NewMockServiceLevelObjectivesAPIClient

func NewMockServiceLevelObjectivesAPIClient(ctrl *gomock.Controller) *MockServiceLevelObjectivesAPIClient

NewMockServiceLevelObjectivesAPIClient creates a new mock instance.

func (*MockServiceLevelObjectivesAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServiceLevelObjectivesAPIClient) ListSLOs

ListSLOs mocks base method.

func (*MockServiceLevelObjectivesAPIClient) ListSLOsWithPagination

ListSLOsWithPagination mocks base method.

type MockServiceLevelObjectivesAPIClientMockRecorder

type MockServiceLevelObjectivesAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceLevelObjectivesAPIClientMockRecorder is the mock recorder for MockServiceLevelObjectivesAPIClient.

func (*MockServiceLevelObjectivesAPIClientMockRecorder) ListSLOs

func (mr *MockServiceLevelObjectivesAPIClientMockRecorder) ListSLOs(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListSLOs indicates an expected call of ListSLOs.

func (*MockServiceLevelObjectivesAPIClientMockRecorder) ListSLOsWithPagination

func (mr *MockServiceLevelObjectivesAPIClientMockRecorder) ListSLOsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListSLOsWithPagination indicates an expected call of ListSLOsWithPagination.

type MockSyntheticsAPIClient

type MockSyntheticsAPIClient struct {
	// contains filtered or unexported fields
}

MockSyntheticsAPIClient is a mock of SyntheticsAPIClient interface.

func NewMockSyntheticsAPIClient

func NewMockSyntheticsAPIClient(ctrl *gomock.Controller) *MockSyntheticsAPIClient

NewMockSyntheticsAPIClient creates a new mock instance.

func (*MockSyntheticsAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyntheticsAPIClient) ListGlobalVariables

ListGlobalVariables mocks base method.

func (*MockSyntheticsAPIClient) ListLocations

ListLocations mocks base method.

func (*MockSyntheticsAPIClient) ListTests

ListTests mocks base method.

func (*MockSyntheticsAPIClient) ListTestsWithPagination

ListTestsWithPagination mocks base method.

type MockSyntheticsAPIClientMockRecorder

type MockSyntheticsAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyntheticsAPIClientMockRecorder is the mock recorder for MockSyntheticsAPIClient.

func (*MockSyntheticsAPIClientMockRecorder) ListGlobalVariables

func (mr *MockSyntheticsAPIClientMockRecorder) ListGlobalVariables(arg0 interface{}) *gomock.Call

ListGlobalVariables indicates an expected call of ListGlobalVariables.

func (*MockSyntheticsAPIClientMockRecorder) ListLocations

func (mr *MockSyntheticsAPIClientMockRecorder) ListLocations(arg0 interface{}) *gomock.Call

ListLocations indicates an expected call of ListLocations.

func (*MockSyntheticsAPIClientMockRecorder) ListTests

func (mr *MockSyntheticsAPIClientMockRecorder) ListTests(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListTests indicates an expected call of ListTests.

func (*MockSyntheticsAPIClientMockRecorder) ListTestsWithPagination

func (mr *MockSyntheticsAPIClientMockRecorder) ListTestsWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListTestsWithPagination indicates an expected call of ListTestsWithPagination.

type MockUsersAPIClient

type MockUsersAPIClient struct {
	// contains filtered or unexported fields
}

MockUsersAPIClient is a mock of UsersAPIClient interface.

func NewMockUsersAPIClient

func NewMockUsersAPIClient(ctrl *gomock.Controller) *MockUsersAPIClient

NewMockUsersAPIClient creates a new mock instance.

func (*MockUsersAPIClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUsersAPIClient) ListUserOrganizations

func (m *MockUsersAPIClient) ListUserOrganizations(arg0 context.Context, arg1 string) (datadogV2.UserResponse, *http.Response, error)

ListUserOrganizations mocks base method.

func (*MockUsersAPIClient) ListUserPermissions

func (m *MockUsersAPIClient) ListUserPermissions(arg0 context.Context, arg1 string) (datadogV2.PermissionsResponse, *http.Response, error)

ListUserPermissions mocks base method.

func (*MockUsersAPIClient) ListUsers

ListUsers mocks base method.

func (*MockUsersAPIClient) ListUsersWithPagination

func (m *MockUsersAPIClient) ListUsersWithPagination(arg0 context.Context, arg1 ...datadogV2.ListUsersOptionalParameters) (<-chan datadog.PaginationResult[datadogV2.User], func())

ListUsersWithPagination mocks base method.

type MockUsersAPIClientMockRecorder

type MockUsersAPIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockUsersAPIClientMockRecorder is the mock recorder for MockUsersAPIClient.

func (*MockUsersAPIClientMockRecorder) ListUserOrganizations

func (mr *MockUsersAPIClientMockRecorder) ListUserOrganizations(arg0, arg1 interface{}) *gomock.Call

ListUserOrganizations indicates an expected call of ListUserOrganizations.

func (*MockUsersAPIClientMockRecorder) ListUserPermissions

func (mr *MockUsersAPIClientMockRecorder) ListUserPermissions(arg0, arg1 interface{}) *gomock.Call

ListUserPermissions indicates an expected call of ListUserPermissions.

func (*MockUsersAPIClientMockRecorder) ListUsers

func (mr *MockUsersAPIClientMockRecorder) ListUsers(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

func (*MockUsersAPIClientMockRecorder) ListUsersWithPagination

func (mr *MockUsersAPIClientMockRecorder) ListUsersWithPagination(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ListUsersWithPagination indicates an expected call of ListUsersWithPagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL