1331
1332
// ListNexusEndpoints indicates an expected call of ListNexusEndpoints.
1333
>
func (mr *MockNexusEndpointManagerMockRecorder) ListNexusEndpoints(ctx, request any) *gomock.Call {
data_interfaces_mock.go
1334
>
mr.mock.ctrl.T.Helper()
1335
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ListNexusEndpoints", reflect.TypeOf((*MockNexusEndpointManager)(nil).ListNexusEndpoints), ctx, request)
1336
>
}
1337
1338
// MockHistoryTaskQueueManager is a mock of HistoryTaskQueueManager interface.