mock_services

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mock_services is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIService

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

MockIService is a mock of IService interface.

func NewMockIService

func NewMockIService(ctrl *gomock.Controller) *MockIService

NewMockIService creates a new mock instance.

func (*MockIService) EXPECT

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

func (*MockIService) FormatAccount added in v0.1.2

func (m *MockIService) FormatAccount(id *big.Int) (*models.Account, error)

FormatAccount mocks base method.

func (*MockIService) FormatAccountCore added in v0.16.0

func (m *MockIService) FormatAccountCore(id *big.Int) (*models.Account, error)

FormatAccountCore mocks base method.

func (*MockIService) FormatAccounts added in v0.1.2

func (m *MockIService) FormatAccounts() ([]*models.Account, error)

FormatAccounts mocks base method.

func (*MockIService) FormatAccountsCore added in v0.20.0

func (m *MockIService) FormatAccountsCore(fromBlock, toBlock, limit uint64) ([]*models.Account, error)

FormatAccountsCore mocks base method.

func (*MockIService) FormatAccountsCoreLimit added in v0.16.0

func (m *MockIService) FormatAccountsCoreLimit(limit uint64) ([]*models.Account, error)

FormatAccountsCoreLimit mocks base method.

func (*MockIService) FormatAccountsLimit added in v0.1.2

func (m *MockIService) FormatAccountsLimit(limit uint64) ([]*models.Account, error)

FormatAccountsLimit mocks base method.

func (*MockIService) GetAccountAvailableCollateral added in v0.16.0

func (m *MockIService) GetAccountAvailableCollateral(accountId *big.Int, collateralType common.Address) (*big.Int, error)

GetAccountAvailableCollateral mocks base method.

func (*MockIService) GetAccountCollateralCore added in v0.16.0

func (m *MockIService) GetAccountCollateralCore(accountId *big.Int, collateralType common.Address) (*models.AccountCollateral, error)

GetAccountCollateralCore mocks base method.

func (*MockIService) GetAccountLastInteraction added in v0.1.21

func (m *MockIService) GetAccountLastInteraction(accountId *big.Int) (*big.Int, error)

GetAccountLastInteraction mocks base method.

func (*MockIService) GetAccountOwner added in v0.1.21

func (m *MockIService) GetAccountOwner(accountId *big.Int) (string, error)

GetAccountOwner mocks base method.

func (*MockIService) GetAvailableMargin added in v0.1.15

func (m *MockIService) GetAvailableMargin(accountId *big.Int) (*big.Int, error)

GetAvailableMargin mocks base method.

func (*MockIService) GetCollateralAmount added in v0.3.0

func (m *MockIService) GetCollateralAmount(accountId, marketId *big.Int) (*big.Int, error)

GetCollateralAmount mocks base method.

func (*MockIService) GetCollateralConfigurations added in v0.16.0

func (m *MockIService) GetCollateralConfigurations(hideDisabled bool) ([]*models.CollateralConfiguration, error)

GetCollateralConfigurations mocks base method.

func (*MockIService) GetCollateralPrice added in v0.4.0

func (m *MockIService) GetCollateralPrice(blockNumber *big.Int, collateralType common.Address) (*models.CollateralPrice, error)

GetCollateralPrice mocks base method.

func (*MockIService) GetFoundingRate added in v0.1.12

func (m *MockIService) GetFoundingRate(marketId *big.Int) (*big.Int, error)

GetFoundingRate mocks base method.

func (*MockIService) GetFundingParameters added in v0.1.17

func (m *MockIService) GetFundingParameters(marketId *big.Int) (*models.FundingParameters, error)

GetFundingParameters mocks base method.

func (*MockIService) GetLiquidationParameters added in v0.1.16

func (m *MockIService) GetLiquidationParameters(marketId *big.Int) (*models.LiquidationParameters, error)

GetLiquidationParameters mocks base method.

func (*MockIService) GetMarketIDs added in v0.1.7

func (m *MockIService) GetMarketIDs() ([]*big.Int, error)

GetMarketIDs mocks base method.

func (*MockIService) GetMarketMetadata added in v0.1.6

func (m *MockIService) GetMarketMetadata(marketID *big.Int) (*models.MarketMetadata, error)

GetMarketMetadata mocks base method.

func (*MockIService) GetMarketSummary added in v0.1.7

func (m *MockIService) GetMarketSummary(marketID *big.Int) (*models.MarketSummary, error)

GetMarketSummary mocks base method.

func (*MockIService) GetPoolConfiguration added in v0.16.0

func (m *MockIService) GetPoolConfiguration(poolID *big.Int) (*models.PoolConfiguration, error)

GetPoolConfiguration mocks base method.

func (*MockIService) GetPoolName added in v0.16.0

func (m *MockIService) GetPoolName(poolID *big.Int) (string, error)

GetPoolName mocks base method.

func (*MockIService) GetPosition added in v0.0.2

func (m *MockIService) GetPosition(accountID, marketID *big.Int) (*models.Position, error)

GetPosition mocks base method.

func (*MockIService) GetRequiredMaintenanceMargin added in v0.1.24

func (m *MockIService) GetRequiredMaintenanceMargin(accountId *big.Int) (*big.Int, error)

GetRequiredMaintenanceMargin mocks base method.

func (*MockIService) GetVaultCollateral added in v0.16.0

func (m *MockIService) GetVaultCollateral(poolID *big.Int, collateralType common.Address) (*big.Int, *big.Int, error)

GetVaultCollateral mocks base method.

func (*MockIService) GetVaultCollateralHistorical added in v0.16.0

func (m *MockIService) GetVaultCollateralHistorical(poolID *big.Int, collateralType common.Address, blockNumber *big.Int) (*big.Int, *big.Int, error)

GetVaultCollateralHistorical mocks base method.

func (*MockIService) GetVaultDebt added in v0.16.0

func (m *MockIService) GetVaultDebt(poolID *big.Int, collateralType common.Address) (*big.Int, error)

GetVaultDebt mocks base method.

func (*MockIService) GetVaultDebtHistorical added in v0.16.0

func (m *MockIService) GetVaultDebtHistorical(poolID *big.Int, collateralType common.Address, blockNumber *big.Int) (*big.Int, error)

GetVaultDebtHistorical mocks base method.

func (*MockIService) RetrieveAccountLiquidationsLimit added in v0.1.19

func (m *MockIService) RetrieveAccountLiquidationsLimit(limit uint64) ([]*models.AccountLiquidated, error)

RetrieveAccountLiquidationsLimit mocks base method.

func (*MockIService) RetrieveChangeOwner added in v0.20.0

func (m *MockIService) RetrieveChangeOwner(fromBlock, toBlock, limit uint64) ([]*models.AccountTransfer, error)

RetrieveChangeOwner mocks base method.

func (*MockIService) RetrieveCollateralDeposited added in v0.18.0

func (m *MockIService) RetrieveCollateralDeposited(fromBlock, toBlock, limit uint64) ([]*models.CollateralDeposited, error)

RetrieveCollateralDeposited mocks base method.

func (*MockIService) RetrieveCollateralDepositedLimit added in v0.4.0

func (m *MockIService) RetrieveCollateralDepositedLimit(limit uint64) ([]*models.CollateralDeposited, error)

RetrieveCollateralDepositedLimit mocks base method.

func (*MockIService) RetrieveCollateralWithdrawn added in v0.18.0

func (m *MockIService) RetrieveCollateralWithdrawn(fromBlock, toBlock, limit uint64) ([]*models.CollateralWithdrawn, error)

RetrieveCollateralWithdrawn mocks base method.

func (*MockIService) RetrieveCollateralWithdrawnLimit added in v0.4.0

func (m *MockIService) RetrieveCollateralWithdrawnLimit(limit uint64) ([]*models.CollateralWithdrawn, error)

RetrieveCollateralWithdrawnLimit mocks base method.

func (*MockIService) RetrieveDelegationUpdated added in v0.18.0

func (m *MockIService) RetrieveDelegationUpdated(fromBlock, toBlock, limit uint64) ([]*models.DelegationUpdated, error)

RetrieveDelegationUpdated mocks base method.

func (*MockIService) RetrieveDelegationUpdatedLimit added in v0.4.0

func (m *MockIService) RetrieveDelegationUpdatedLimit(limit uint64) ([]*models.DelegationUpdated, error)

RetrieveDelegationUpdatedLimit mocks base method.

func (*MockIService) RetrieveLiquidations added in v0.1.3

func (m *MockIService) RetrieveLiquidations(fromBlock uint64, toBLock *uint64) ([]*models.Liquidation, error)

RetrieveLiquidations mocks base method.

func (*MockIService) RetrieveLiquidationsCore added in v0.16.0

func (m *MockIService) RetrieveLiquidationsCore(fromBlock, toBlock, limit uint64) ([]*models.CoreLiquidation, error)

RetrieveLiquidationsCore mocks base method.

func (*MockIService) RetrieveLiquidationsCoreLimit added in v0.20.0

func (m *MockIService) RetrieveLiquidationsCoreLimit(limit uint64) ([]*models.CoreLiquidation, error)

RetrieveLiquidationsCoreLimit mocks base method.

func (*MockIService) RetrieveLiquidationsLimit added in v0.1.3

func (m *MockIService) RetrieveLiquidationsLimit(limit uint64) ([]*models.Liquidation, error)

RetrieveLiquidationsLimit mocks base method.

func (*MockIService) RetrieveMarketRegistered added in v0.16.0

func (m *MockIService) RetrieveMarketRegistered(limit uint64) ([]*models.MarketRegistered, error)

RetrieveMarketRegistered mocks base method.

func (*MockIService) RetrieveMarketRegisteredOpts added in v0.20.0

func (m *MockIService) RetrieveMarketRegisteredOpts(fromBlock, toBlock, limit uint64) ([]*models.MarketRegistered, error)

RetrieveMarketRegisteredOpts mocks base method.

func (*MockIService) RetrieveMarketUSDDepositedLimit added in v0.16.0

func (m *MockIService) RetrieveMarketUSDDepositedLimit(limit uint64) ([]*models.MarketUSDDeposited, error)

RetrieveMarketUSDDepositedLimit mocks base method.

func (*MockIService) RetrieveMarketUSDWithdrawnLimit added in v0.16.0

func (m *MockIService) RetrieveMarketUSDWithdrawnLimit(limit uint64) ([]*models.MarketUSDWithdrawn, error)

RetrieveMarketUSDWithdrawnLimit mocks base method.

func (*MockIService) RetrieveMarketUpdates added in v0.1.1

func (m *MockIService) RetrieveMarketUpdates(fromBlock uint64, toBLock *uint64) ([]*models.MarketUpdate, error)

RetrieveMarketUpdates mocks base method.

func (*MockIService) RetrieveMarketUpdatesBig added in v0.1.8

func (m *MockIService) RetrieveMarketUpdatesBig(fromBlock uint64, toBLock *uint64) ([]*models.MarketUpdateBig, error)

RetrieveMarketUpdatesBig mocks base method.

func (*MockIService) RetrieveMarketUpdatesBigLimit added in v0.1.8

func (m *MockIService) RetrieveMarketUpdatesBigLimit(limit uint64) ([]*models.MarketUpdateBig, error)

RetrieveMarketUpdatesBigLimit mocks base method.

func (*MockIService) RetrieveMarketUpdatesLimit added in v0.1.4

func (m *MockIService) RetrieveMarketUpdatesLimit(limit uint64) ([]*models.MarketUpdate, error)

RetrieveMarketUpdatesLimit mocks base method.

func (*MockIService) RetrieveOrders added in v0.1.0

func (m *MockIService) RetrieveOrders(fromBlock uint64, toBLock *uint64) ([]*models.Order, error)

RetrieveOrders mocks base method.

func (*MockIService) RetrieveOrdersLimit added in v0.1.4

func (m *MockIService) RetrieveOrdersLimit(limit uint64) ([]*models.Order, error)

RetrieveOrdersLimit mocks base method.

func (*MockIService) RetrievePermissionGranted added in v0.20.0

func (m *MockIService) RetrievePermissionGranted(fromBlock, toBlock, limit uint64) ([]*models.PermissionChanged, error)

RetrievePermissionGranted mocks base method.

func (*MockIService) RetrievePermissionRevoked added in v0.20.0

func (m *MockIService) RetrievePermissionRevoked(fromBlock, toBlock, limit uint64) ([]*models.PermissionChanged, error)

RetrievePermissionRevoked mocks base method.

func (*MockIService) RetrievePoolCreated added in v0.16.0

func (m *MockIService) RetrievePoolCreated(fromBlock, toBlock, limit uint64) ([]*models.PoolCreated, error)

RetrievePoolCreated mocks base method.

func (*MockIService) RetrievePoolCreatedLimit added in v0.20.0

func (m *MockIService) RetrievePoolCreatedLimit(limit uint64) ([]*models.PoolCreated, error)

RetrievePoolCreatedLimit mocks base method.

func (*MockIService) RetrieveRewardClaimed added in v0.20.0

func (m *MockIService) RetrieveRewardClaimed(fromBlock, toBlock, limit uint64) ([]*models.RewardClaimed, error)

RetrieveRewardClaimed mocks base method.

func (*MockIService) RetrieveRewardClaimedLimit added in v0.4.0

func (m *MockIService) RetrieveRewardClaimedLimit(limit uint64) ([]*models.RewardClaimed, error)

RetrieveRewardClaimedLimit mocks base method.

func (*MockIService) RetrieveRewardDistributed added in v0.20.0

func (m *MockIService) RetrieveRewardDistributed(fromBlock, toBlock, limit uint64) ([]*models.RewardDistributed, error)

RetrieveRewardDistributed mocks base method.

func (*MockIService) RetrieveRewardDistributedLimit added in v0.4.0

func (m *MockIService) RetrieveRewardDistributedLimit(limit uint64) ([]*models.RewardDistributed, error)

RetrieveRewardDistributedLimit mocks base method.

func (*MockIService) RetrieveTrades

func (m *MockIService) RetrieveTrades(fromBlock uint64, toBLock *uint64) ([]*models.Trade, error)

RetrieveTrades mocks base method.

func (*MockIService) RetrieveTradesLimit added in v0.1.4

func (m *MockIService) RetrieveTradesLimit(limit uint64) ([]*models.Trade, error)

RetrieveTradesLimit mocks base method.

func (*MockIService) RetrieveUSDBurned added in v0.20.0

func (m *MockIService) RetrieveUSDBurned(fromBlock, toBlock, limit uint64) ([]*models.USDBurned, error)

RetrieveUSDBurned mocks base method.

func (*MockIService) RetrieveUSDBurnedLimit added in v0.4.0

func (m *MockIService) RetrieveUSDBurnedLimit(limit uint64) ([]*models.USDBurned, error)

RetrieveUSDBurnedLimit mocks base method.

func (*MockIService) RetrieveUSDMinted added in v0.20.0

func (m *MockIService) RetrieveUSDMinted(fromBlock, toBlock, limit uint64) ([]*models.USDMinted, error)

RetrieveUSDMinted mocks base method.

func (*MockIService) RetrieveUSDMintedLimit added in v0.4.0

func (m *MockIService) RetrieveUSDMintedLimit(limit uint64) ([]*models.USDMinted, error)

RetrieveUSDMintedLimit mocks base method.

func (*MockIService) RetrieveVaultLiquidationsCore added in v0.16.0

func (m *MockIService) RetrieveVaultLiquidationsCore(fromBlock, toBlock, limit uint64) ([]*models.CoreVaultLiquidation, error)

RetrieveVaultLiquidationsCore mocks base method.

func (*MockIService) RetrieveVaultLiquidationsCoreLimit added in v0.20.0

func (m *MockIService) RetrieveVaultLiquidationsCoreLimit(limit uint64) ([]*models.CoreVaultLiquidation, error)

RetrieveVaultLiquidationsCoreLimit mocks base method.

type MockIServiceMockRecorder

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

MockIServiceMockRecorder is the mock recorder for MockIService.

func (*MockIServiceMockRecorder) FormatAccount added in v0.1.2

func (mr *MockIServiceMockRecorder) FormatAccount(id interface{}) *gomock.Call

FormatAccount indicates an expected call of FormatAccount.

func (*MockIServiceMockRecorder) FormatAccountCore added in v0.16.0

func (mr *MockIServiceMockRecorder) FormatAccountCore(id interface{}) *gomock.Call

FormatAccountCore indicates an expected call of FormatAccountCore.

func (*MockIServiceMockRecorder) FormatAccounts added in v0.1.2

func (mr *MockIServiceMockRecorder) FormatAccounts() *gomock.Call

FormatAccounts indicates an expected call of FormatAccounts.

func (*MockIServiceMockRecorder) FormatAccountsCore added in v0.20.0

func (mr *MockIServiceMockRecorder) FormatAccountsCore(fromBlock, toBlock, limit interface{}) *gomock.Call

FormatAccountsCore indicates an expected call of FormatAccountsCore.

func (*MockIServiceMockRecorder) FormatAccountsCoreLimit added in v0.16.0

func (mr *MockIServiceMockRecorder) FormatAccountsCoreLimit(limit interface{}) *gomock.Call

FormatAccountsCoreLimit indicates an expected call of FormatAccountsCoreLimit.

func (*MockIServiceMockRecorder) FormatAccountsLimit added in v0.1.2

func (mr *MockIServiceMockRecorder) FormatAccountsLimit(limit interface{}) *gomock.Call

FormatAccountsLimit indicates an expected call of FormatAccountsLimit.

func (*MockIServiceMockRecorder) GetAccountAvailableCollateral added in v0.16.0

func (mr *MockIServiceMockRecorder) GetAccountAvailableCollateral(accountId, collateralType interface{}) *gomock.Call

GetAccountAvailableCollateral indicates an expected call of GetAccountAvailableCollateral.

func (*MockIServiceMockRecorder) GetAccountCollateralCore added in v0.16.0

func (mr *MockIServiceMockRecorder) GetAccountCollateralCore(accountId, collateralType interface{}) *gomock.Call

GetAccountCollateralCore indicates an expected call of GetAccountCollateralCore.

func (*MockIServiceMockRecorder) GetAccountLastInteraction added in v0.1.21

func (mr *MockIServiceMockRecorder) GetAccountLastInteraction(accountId interface{}) *gomock.Call

GetAccountLastInteraction indicates an expected call of GetAccountLastInteraction.

func (*MockIServiceMockRecorder) GetAccountOwner added in v0.1.21

func (mr *MockIServiceMockRecorder) GetAccountOwner(accountId interface{}) *gomock.Call

GetAccountOwner indicates an expected call of GetAccountOwner.

func (*MockIServiceMockRecorder) GetAvailableMargin added in v0.1.15

func (mr *MockIServiceMockRecorder) GetAvailableMargin(accountId interface{}) *gomock.Call

GetAvailableMargin indicates an expected call of GetAvailableMargin.

func (*MockIServiceMockRecorder) GetCollateralAmount added in v0.3.0

func (mr *MockIServiceMockRecorder) GetCollateralAmount(accountId, marketId interface{}) *gomock.Call

GetCollateralAmount indicates an expected call of GetCollateralAmount.

func (*MockIServiceMockRecorder) GetCollateralConfigurations added in v0.16.0

func (mr *MockIServiceMockRecorder) GetCollateralConfigurations(hideDisabled interface{}) *gomock.Call

GetCollateralConfigurations indicates an expected call of GetCollateralConfigurations.

func (*MockIServiceMockRecorder) GetCollateralPrice added in v0.4.0

func (mr *MockIServiceMockRecorder) GetCollateralPrice(blockNumber, collateralType interface{}) *gomock.Call

GetCollateralPrice indicates an expected call of GetCollateralPrice.

func (*MockIServiceMockRecorder) GetFoundingRate added in v0.1.12

func (mr *MockIServiceMockRecorder) GetFoundingRate(marketId interface{}) *gomock.Call

GetFoundingRate indicates an expected call of GetFoundingRate.

func (*MockIServiceMockRecorder) GetFundingParameters added in v0.1.17

func (mr *MockIServiceMockRecorder) GetFundingParameters(marketId interface{}) *gomock.Call

GetFundingParameters indicates an expected call of GetFundingParameters.

func (*MockIServiceMockRecorder) GetLiquidationParameters added in v0.1.16

func (mr *MockIServiceMockRecorder) GetLiquidationParameters(marketId interface{}) *gomock.Call

GetLiquidationParameters indicates an expected call of GetLiquidationParameters.

func (*MockIServiceMockRecorder) GetMarketIDs added in v0.1.7

func (mr *MockIServiceMockRecorder) GetMarketIDs() *gomock.Call

GetMarketIDs indicates an expected call of GetMarketIDs.

func (*MockIServiceMockRecorder) GetMarketMetadata added in v0.1.6

func (mr *MockIServiceMockRecorder) GetMarketMetadata(marketID interface{}) *gomock.Call

GetMarketMetadata indicates an expected call of GetMarketMetadata.

func (*MockIServiceMockRecorder) GetMarketSummary added in v0.1.7

func (mr *MockIServiceMockRecorder) GetMarketSummary(marketID interface{}) *gomock.Call

GetMarketSummary indicates an expected call of GetMarketSummary.

func (*MockIServiceMockRecorder) GetPoolConfiguration added in v0.16.0

func (mr *MockIServiceMockRecorder) GetPoolConfiguration(poolID interface{}) *gomock.Call

GetPoolConfiguration indicates an expected call of GetPoolConfiguration.

func (*MockIServiceMockRecorder) GetPoolName added in v0.16.0

func (mr *MockIServiceMockRecorder) GetPoolName(poolID interface{}) *gomock.Call

GetPoolName indicates an expected call of GetPoolName.

func (*MockIServiceMockRecorder) GetPosition added in v0.0.2

func (mr *MockIServiceMockRecorder) GetPosition(accountID, marketID interface{}) *gomock.Call

GetPosition indicates an expected call of GetPosition.

func (*MockIServiceMockRecorder) GetRequiredMaintenanceMargin added in v0.1.24

func (mr *MockIServiceMockRecorder) GetRequiredMaintenanceMargin(accountId interface{}) *gomock.Call

GetRequiredMaintenanceMargin indicates an expected call of GetRequiredMaintenanceMargin.

func (*MockIServiceMockRecorder) GetVaultCollateral added in v0.16.0

func (mr *MockIServiceMockRecorder) GetVaultCollateral(poolID, collateralType interface{}) *gomock.Call

GetVaultCollateral indicates an expected call of GetVaultCollateral.

func (*MockIServiceMockRecorder) GetVaultCollateralHistorical added in v0.16.0

func (mr *MockIServiceMockRecorder) GetVaultCollateralHistorical(poolID, collateralType, blockNumber interface{}) *gomock.Call

GetVaultCollateralHistorical indicates an expected call of GetVaultCollateralHistorical.

func (*MockIServiceMockRecorder) GetVaultDebt added in v0.16.0

func (mr *MockIServiceMockRecorder) GetVaultDebt(poolID, collateralType interface{}) *gomock.Call

GetVaultDebt indicates an expected call of GetVaultDebt.

func (*MockIServiceMockRecorder) GetVaultDebtHistorical added in v0.16.0

func (mr *MockIServiceMockRecorder) GetVaultDebtHistorical(poolID, collateralType, blockNumber interface{}) *gomock.Call

GetVaultDebtHistorical indicates an expected call of GetVaultDebtHistorical.

func (*MockIServiceMockRecorder) RetrieveAccountLiquidationsLimit added in v0.1.19

func (mr *MockIServiceMockRecorder) RetrieveAccountLiquidationsLimit(limit interface{}) *gomock.Call

RetrieveAccountLiquidationsLimit indicates an expected call of RetrieveAccountLiquidationsLimit.

func (*MockIServiceMockRecorder) RetrieveChangeOwner added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveChangeOwner(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveChangeOwner indicates an expected call of RetrieveChangeOwner.

func (*MockIServiceMockRecorder) RetrieveCollateralDeposited added in v0.18.0

func (mr *MockIServiceMockRecorder) RetrieveCollateralDeposited(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveCollateralDeposited indicates an expected call of RetrieveCollateralDeposited.

func (*MockIServiceMockRecorder) RetrieveCollateralDepositedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveCollateralDepositedLimit(limit interface{}) *gomock.Call

RetrieveCollateralDepositedLimit indicates an expected call of RetrieveCollateralDepositedLimit.

func (*MockIServiceMockRecorder) RetrieveCollateralWithdrawn added in v0.18.0

func (mr *MockIServiceMockRecorder) RetrieveCollateralWithdrawn(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveCollateralWithdrawn indicates an expected call of RetrieveCollateralWithdrawn.

func (*MockIServiceMockRecorder) RetrieveCollateralWithdrawnLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveCollateralWithdrawnLimit(limit interface{}) *gomock.Call

RetrieveCollateralWithdrawnLimit indicates an expected call of RetrieveCollateralWithdrawnLimit.

func (*MockIServiceMockRecorder) RetrieveDelegationUpdated added in v0.18.0

func (mr *MockIServiceMockRecorder) RetrieveDelegationUpdated(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveDelegationUpdated indicates an expected call of RetrieveDelegationUpdated.

func (*MockIServiceMockRecorder) RetrieveDelegationUpdatedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveDelegationUpdatedLimit(limit interface{}) *gomock.Call

RetrieveDelegationUpdatedLimit indicates an expected call of RetrieveDelegationUpdatedLimit.

func (*MockIServiceMockRecorder) RetrieveLiquidations added in v0.1.3

func (mr *MockIServiceMockRecorder) RetrieveLiquidations(fromBlock, toBLock interface{}) *gomock.Call

RetrieveLiquidations indicates an expected call of RetrieveLiquidations.

func (*MockIServiceMockRecorder) RetrieveLiquidationsCore added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrieveLiquidationsCore(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveLiquidationsCore indicates an expected call of RetrieveLiquidationsCore.

func (*MockIServiceMockRecorder) RetrieveLiquidationsCoreLimit added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveLiquidationsCoreLimit(limit interface{}) *gomock.Call

RetrieveLiquidationsCoreLimit indicates an expected call of RetrieveLiquidationsCoreLimit.

func (*MockIServiceMockRecorder) RetrieveLiquidationsLimit added in v0.1.3

func (mr *MockIServiceMockRecorder) RetrieveLiquidationsLimit(limit interface{}) *gomock.Call

RetrieveLiquidationsLimit indicates an expected call of RetrieveLiquidationsLimit.

func (*MockIServiceMockRecorder) RetrieveMarketRegistered added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrieveMarketRegistered(limit interface{}) *gomock.Call

RetrieveMarketRegistered indicates an expected call of RetrieveMarketRegistered.

func (*MockIServiceMockRecorder) RetrieveMarketRegisteredOpts added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveMarketRegisteredOpts(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveMarketRegisteredOpts indicates an expected call of RetrieveMarketRegisteredOpts.

func (*MockIServiceMockRecorder) RetrieveMarketUSDDepositedLimit added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrieveMarketUSDDepositedLimit(limit interface{}) *gomock.Call

RetrieveMarketUSDDepositedLimit indicates an expected call of RetrieveMarketUSDDepositedLimit.

func (*MockIServiceMockRecorder) RetrieveMarketUSDWithdrawnLimit added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrieveMarketUSDWithdrawnLimit(limit interface{}) *gomock.Call

RetrieveMarketUSDWithdrawnLimit indicates an expected call of RetrieveMarketUSDWithdrawnLimit.

func (*MockIServiceMockRecorder) RetrieveMarketUpdates added in v0.1.1

func (mr *MockIServiceMockRecorder) RetrieveMarketUpdates(fromBlock, toBLock interface{}) *gomock.Call

RetrieveMarketUpdates indicates an expected call of RetrieveMarketUpdates.

func (*MockIServiceMockRecorder) RetrieveMarketUpdatesBig added in v0.1.8

func (mr *MockIServiceMockRecorder) RetrieveMarketUpdatesBig(fromBlock, toBLock interface{}) *gomock.Call

RetrieveMarketUpdatesBig indicates an expected call of RetrieveMarketUpdatesBig.

func (*MockIServiceMockRecorder) RetrieveMarketUpdatesBigLimit added in v0.1.8

func (mr *MockIServiceMockRecorder) RetrieveMarketUpdatesBigLimit(limit interface{}) *gomock.Call

RetrieveMarketUpdatesBigLimit indicates an expected call of RetrieveMarketUpdatesBigLimit.

func (*MockIServiceMockRecorder) RetrieveMarketUpdatesLimit added in v0.1.4

func (mr *MockIServiceMockRecorder) RetrieveMarketUpdatesLimit(limit interface{}) *gomock.Call

RetrieveMarketUpdatesLimit indicates an expected call of RetrieveMarketUpdatesLimit.

func (*MockIServiceMockRecorder) RetrieveOrders added in v0.1.0

func (mr *MockIServiceMockRecorder) RetrieveOrders(fromBlock, toBLock interface{}) *gomock.Call

RetrieveOrders indicates an expected call of RetrieveOrders.

func (*MockIServiceMockRecorder) RetrieveOrdersLimit added in v0.1.4

func (mr *MockIServiceMockRecorder) RetrieveOrdersLimit(limit interface{}) *gomock.Call

RetrieveOrdersLimit indicates an expected call of RetrieveOrdersLimit.

func (*MockIServiceMockRecorder) RetrievePermissionGranted added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrievePermissionGranted(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrievePermissionGranted indicates an expected call of RetrievePermissionGranted.

func (*MockIServiceMockRecorder) RetrievePermissionRevoked added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrievePermissionRevoked(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrievePermissionRevoked indicates an expected call of RetrievePermissionRevoked.

func (*MockIServiceMockRecorder) RetrievePoolCreated added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrievePoolCreated(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrievePoolCreated indicates an expected call of RetrievePoolCreated.

func (*MockIServiceMockRecorder) RetrievePoolCreatedLimit added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrievePoolCreatedLimit(limit interface{}) *gomock.Call

RetrievePoolCreatedLimit indicates an expected call of RetrievePoolCreatedLimit.

func (*MockIServiceMockRecorder) RetrieveRewardClaimed added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveRewardClaimed(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveRewardClaimed indicates an expected call of RetrieveRewardClaimed.

func (*MockIServiceMockRecorder) RetrieveRewardClaimedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveRewardClaimedLimit(limit interface{}) *gomock.Call

RetrieveRewardClaimedLimit indicates an expected call of RetrieveRewardClaimedLimit.

func (*MockIServiceMockRecorder) RetrieveRewardDistributed added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveRewardDistributed(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveRewardDistributed indicates an expected call of RetrieveRewardDistributed.

func (*MockIServiceMockRecorder) RetrieveRewardDistributedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveRewardDistributedLimit(limit interface{}) *gomock.Call

RetrieveRewardDistributedLimit indicates an expected call of RetrieveRewardDistributedLimit.

func (*MockIServiceMockRecorder) RetrieveTrades

func (mr *MockIServiceMockRecorder) RetrieveTrades(fromBlock, toBLock interface{}) *gomock.Call

RetrieveTrades indicates an expected call of RetrieveTrades.

func (*MockIServiceMockRecorder) RetrieveTradesLimit added in v0.1.4

func (mr *MockIServiceMockRecorder) RetrieveTradesLimit(limit interface{}) *gomock.Call

RetrieveTradesLimit indicates an expected call of RetrieveTradesLimit.

func (*MockIServiceMockRecorder) RetrieveUSDBurned added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveUSDBurned(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveUSDBurned indicates an expected call of RetrieveUSDBurned.

func (*MockIServiceMockRecorder) RetrieveUSDBurnedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveUSDBurnedLimit(limit interface{}) *gomock.Call

RetrieveUSDBurnedLimit indicates an expected call of RetrieveUSDBurnedLimit.

func (*MockIServiceMockRecorder) RetrieveUSDMinted added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveUSDMinted(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveUSDMinted indicates an expected call of RetrieveUSDMinted.

func (*MockIServiceMockRecorder) RetrieveUSDMintedLimit added in v0.4.0

func (mr *MockIServiceMockRecorder) RetrieveUSDMintedLimit(limit interface{}) *gomock.Call

RetrieveUSDMintedLimit indicates an expected call of RetrieveUSDMintedLimit.

func (*MockIServiceMockRecorder) RetrieveVaultLiquidationsCore added in v0.16.0

func (mr *MockIServiceMockRecorder) RetrieveVaultLiquidationsCore(fromBlock, toBlock, limit interface{}) *gomock.Call

RetrieveVaultLiquidationsCore indicates an expected call of RetrieveVaultLiquidationsCore.

func (*MockIServiceMockRecorder) RetrieveVaultLiquidationsCoreLimit added in v0.20.0

func (mr *MockIServiceMockRecorder) RetrieveVaultLiquidationsCoreLimit(limit interface{}) *gomock.Call

RetrieveVaultLiquidationsCoreLimit indicates an expected call of RetrieveVaultLiquidationsCoreLimit.

Jump to

Keyboard shortcuts

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