mocks

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 55 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IStorage

type IStorage struct {
	mock.Mock
}

IStorage is an autogenerated mock type for the IStorage type

func NewIStorage

func NewIStorage(t interface {
	mock.TestingT
	Cleanup(func())
}) *IStorage

NewIStorage creates a new instance of IStorage. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*IStorage) AmlCheckHistory

func (_m *IStorage) AmlCheckHistory(opts ...repos.Option) repo_aml_check_history.Querier

AmlCheckHistory provides a mock function with given fields: opts

func (*IStorage) AmlCheckQueue

func (_m *IStorage) AmlCheckQueue(opts ...repos.Option) repo_aml_check_queue.Querier

AmlCheckQueue provides a mock function with given fields: opts

func (*IStorage) AmlChecks

func (_m *IStorage) AmlChecks(opts ...repos.Option) repo_aml_checks.ICustomQuerier

AmlChecks provides a mock function with given fields: opts

func (*IStorage) AmlServiceKeys

func (_m *IStorage) AmlServiceKeys(opts ...repos.Option) repo_aml_service_keys.Querier

AmlServiceKeys provides a mock function with given fields: opts

func (*IStorage) AmlServices

func (_m *IStorage) AmlServices(opts ...repos.Option) repo_aml_services.Querier

AmlServices provides a mock function with given fields: opts

func (*IStorage) AmlSupportedAssets

func (_m *IStorage) AmlSupportedAssets(opts ...repos.Option) repo_aml_supported_assets.Querier

AmlSupportedAssets provides a mock function with given fields: opts

func (*IStorage) AmlUserKeys

func (_m *IStorage) AmlUserKeys(opts ...repos.Option) repo_aml_user_keys.ICustomQuerier

AmlUserKeys provides a mock function with given fields: opts

func (*IStorage) Analytics

func (_m *IStorage) Analytics(opts ...repos.Option) repo_analytics.Querier

Analytics provides a mock function with given fields: opts

func (*IStorage) Close

func (_m *IStorage) Close() error

Close provides a mock function with no fields

func (*IStorage) Currencies

func (_m *IStorage) Currencies(opts ...repos.Option) repo_currencies.Querier

Currencies provides a mock function with given fields: opts

func (*IStorage) CurrencyExchange

func (_m *IStorage) CurrencyExchange() repo_currency_exrate.ICurrencyRateRepo

CurrencyExchange provides a mock function with no fields

func (*IStorage) EXPECT

func (_m *IStorage) EXPECT() *IStorage_Expecter

func (*IStorage) ExchangeAddresses

func (_m *IStorage) ExchangeAddresses(opts ...repos.Option) repo_exchange_addresses.Querier

ExchangeAddresses provides a mock function with given fields: opts

func (*IStorage) ExchangeChains

func (_m *IStorage) ExchangeChains(opts ...repos.Option) repo_exchange_chains.Querier

ExchangeChains provides a mock function with given fields: opts

func (*IStorage) ExchangeOrders

func (_m *IStorage) ExchangeOrders(opts ...repos.Option) repo_exchange_orders.ICustomQuerier

ExchangeOrders provides a mock function with given fields: opts

func (*IStorage) ExchangeUserKeys

func (_m *IStorage) ExchangeUserKeys(opts ...repos.Option) repo_exchange_user_keys.Querier

ExchangeUserKeys provides a mock function with given fields: opts

func (*IStorage) ExchangeWithdrawalHistory

func (_m *IStorage) ExchangeWithdrawalHistory(opts ...repos.Option) repo_exchange_withdrawal_history.ICustomQuerier

ExchangeWithdrawalHistory provides a mock function with given fields: opts

func (*IStorage) ExchangeWithdrawalSettings

func (_m *IStorage) ExchangeWithdrawalSettings(opts ...repos.Option) repo_exchange_withdrawal_settings.Querier

ExchangeWithdrawalSettings provides a mock function with given fields: opts

func (*IStorage) Exchanges

func (_m *IStorage) Exchanges(opts ...repos.Option) repo_exchanges.Querier

Exchanges provides a mock function with given fields: opts

func (*IStorage) KeyValue

func (_m *IStorage) KeyValue() key_value.IKeyValue

KeyValue provides a mock function with no fields

func (*IStorage) LogTypes

func (_m *IStorage) LogTypes(opts ...repos.Option) repo_log_types.Querier

LogTypes provides a mock function with given fields: opts

func (*IStorage) Logs

func (_m *IStorage) Logs(opts ...repos.Option) repo_logs.Querier

Logs provides a mock function with given fields: opts

func (*IStorage) MultiWithdrawalRules

func (_m *IStorage) MultiWithdrawalRules(opts ...repos.Option) repo_multi_withdrawal_rules.Querier

MultiWithdrawalRules provides a mock function with given fields: opts

func (*IStorage) NotificationSendHistory

func (_m *IStorage) NotificationSendHistory(opts ...repos.Option) repo_notification_send_history.ICustomQuerier

NotificationSendHistory provides a mock function with given fields: opts

func (*IStorage) NotificationSendQueue

func (_m *IStorage) NotificationSendQueue(opts ...repos.Option) repo_notification_send_queue.Querier

NotificationSendQueue provides a mock function with given fields: opts

func (*IStorage) Notifications

func (_m *IStorage) Notifications(opts ...repos.Option) repo_notifications.Querier

Notifications provides a mock function with given fields: opts

func (*IStorage) PSQLConn

func (_m *IStorage) PSQLConn() *pgxpool.Pool

PSQLConn provides a mock function with no fields

func (*IStorage) PersonalAccessToken

func (_m *IStorage) PersonalAccessToken(opts ...repos.Option) repo_personal_access_tokens.Querier

PersonalAccessToken provides a mock function with given fields: opts

func (*IStorage) Receipts

func (_m *IStorage) Receipts(opts ...repos.Option) repo_receipts.Querier

Receipts provides a mock function with given fields: opts

func (*IStorage) Settings

func (_m *IStorage) Settings(opts ...repos.Option) repo_settings.Querier

Settings provides a mock function with given fields: opts

func (*IStorage) StoreAPIKeys

func (_m *IStorage) StoreAPIKeys(opts ...repos.Option) repo_store_api_keys.Querier

StoreAPIKeys provides a mock function with given fields: opts

func (*IStorage) StoreCurrencies

func (_m *IStorage) StoreCurrencies(opts ...repos.Option) repo_store_currencies.Querier

StoreCurrencies provides a mock function with given fields: opts

func (*IStorage) StoreSecrets

func (_m *IStorage) StoreSecrets(opts ...repos.Option) repo_store_secrets.Querier

StoreSecrets provides a mock function with given fields: opts

func (*IStorage) StoreWebhooks

func (_m *IStorage) StoreWebhooks(opts ...repos.Option) repo_store_webhooks.Querier

StoreWebhooks provides a mock function with given fields: opts

func (*IStorage) StoreWhitelist

func (_m *IStorage) StoreWhitelist(opts ...repos.Option) repo_store_whitelist.Querier

StoreWhitelist provides a mock function with given fields: opts

func (*IStorage) Stores

func (_m *IStorage) Stores(opts ...repos.Option) repo_stores.Querier

Stores provides a mock function with given fields: opts

func (*IStorage) Transactions

func (_m *IStorage) Transactions(opts ...repos.Option) repo_transactions.ICustomQuerier

Transactions provides a mock function with given fields: opts

func (*IStorage) TransferTransactions

func (_m *IStorage) TransferTransactions(opts ...repos.Option) repo_transfer_transactions.Querier

TransferTransactions provides a mock function with given fields: opts

func (*IStorage) Transfers

func (_m *IStorage) Transfers(opts ...repos.Option) repo_transfers.ICustomQuerier

Transfers provides a mock function with given fields: opts

func (*IStorage) TronWalletBalanceStatistics

func (_m *IStorage) TronWalletBalanceStatistics(opts ...repos.Option) repo_tron_wallet_balance_statistics.Querier

TronWalletBalanceStatistics provides a mock function with given fields: opts

func (*IStorage) UnconfirmedTransactions

func (_m *IStorage) UnconfirmedTransactions(opts ...repos.Option) repo_unconfirmed_transactions.Querier

UnconfirmedTransactions provides a mock function with given fields: opts

func (*IStorage) UpdateBalanceQueue

func (_m *IStorage) UpdateBalanceQueue(opts ...repos.Option) repo_update_balance_queue.Querier

UpdateBalanceQueue provides a mock function with given fields: opts

func (*IStorage) UserExchangePairs

func (_m *IStorage) UserExchangePairs(opts ...repos.Option) repo_user_exchange_pairs.Querier

UserExchangePairs provides a mock function with given fields: opts

func (*IStorage) UserExchanges

func (_m *IStorage) UserExchanges(opts ...repos.Option) repo_user_exchanges.ICustomQuerier

UserExchanges provides a mock function with given fields: opts

func (*IStorage) UserNotifications

func (_m *IStorage) UserNotifications(opts ...repos.Option) repo_user_notifications.Querier

UserNotifications provides a mock function with given fields: opts

func (*IStorage) UserStores

func (_m *IStorage) UserStores(opts ...repos.Option) repo_user_stores.Querier

UserStores provides a mock function with given fields: opts

func (*IStorage) Users

func (_m *IStorage) Users(opts ...repos.Option) repo_users.ICustomQuerier

Users provides a mock function with given fields: opts

func (*IStorage) WalletAddresses

func (_m *IStorage) WalletAddresses(opts ...repos.Option) repo_wallet_addresses.ICustomQuerier

WalletAddresses provides a mock function with given fields: opts

func (*IStorage) WalletAddressesActivityLog

func (_m *IStorage) WalletAddressesActivityLog(opts ...repos.Option) repo_wallet_addresses_activity_logs.Querier

WalletAddressesActivityLog provides a mock function with given fields: opts

func (*IStorage) Wallets

func (_m *IStorage) Wallets(opts ...repos.Option) repo_wallets.ICustomQuerier

Wallets provides a mock function with given fields: opts

func (*IStorage) WebHookSendHistories

func (_m *IStorage) WebHookSendHistories(opts ...repos.Option) repo_webhook_send_histories.ICustomQuerier

WebHookSendHistories provides a mock function with given fields: opts

func (*IStorage) WebHookSendQueue

func (_m *IStorage) WebHookSendQueue(opts ...repos.Option) repo_webhook_send_queue.Querier

WebHookSendQueue provides a mock function with given fields: opts

func (*IStorage) WithdrawalWalletAddresses

func (_m *IStorage) WithdrawalWalletAddresses(opts ...repos.Option) repo_withdrawal_wallet_addresses.Querier

WithdrawalWalletAddresses provides a mock function with given fields: opts

func (*IStorage) WithdrawalWallets

func (_m *IStorage) WithdrawalWallets(opts ...repos.Option) repo_withdrawal_wallets.Querier

WithdrawalWallets provides a mock function with given fields: opts

func (*IStorage) WithdrawalsFromProcessing

func (_m *IStorage) WithdrawalsFromProcessing(opts ...repos.Option) repo_withdrawal_from_processing_wallets.Querier

WithdrawalsFromProcessing provides a mock function with given fields: opts

type IStorage_AmlCheckHistory_Call

type IStorage_AmlCheckHistory_Call struct {
	*mock.Call
}

IStorage_AmlCheckHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlCheckHistory'

func (*IStorage_AmlCheckHistory_Call) Return

func (*IStorage_AmlCheckHistory_Call) Run

func (*IStorage_AmlCheckHistory_Call) RunAndReturn

type IStorage_AmlCheckQueue_Call

type IStorage_AmlCheckQueue_Call struct {
	*mock.Call
}

IStorage_AmlCheckQueue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlCheckQueue'

func (*IStorage_AmlCheckQueue_Call) Return

func (*IStorage_AmlCheckQueue_Call) Run

func (*IStorage_AmlCheckQueue_Call) RunAndReturn

type IStorage_AmlChecks_Call

type IStorage_AmlChecks_Call struct {
	*mock.Call
}

IStorage_AmlChecks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlChecks'

func (*IStorage_AmlChecks_Call) Return

func (*IStorage_AmlChecks_Call) Run

func (_c *IStorage_AmlChecks_Call) Run(run func(opts ...repos.Option)) *IStorage_AmlChecks_Call

func (*IStorage_AmlChecks_Call) RunAndReturn

type IStorage_AmlServiceKeys_Call

type IStorage_AmlServiceKeys_Call struct {
	*mock.Call
}

IStorage_AmlServiceKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlServiceKeys'

func (*IStorage_AmlServiceKeys_Call) Return

func (*IStorage_AmlServiceKeys_Call) Run

func (*IStorage_AmlServiceKeys_Call) RunAndReturn

type IStorage_AmlServices_Call

type IStorage_AmlServices_Call struct {
	*mock.Call
}

IStorage_AmlServices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlServices'

func (*IStorage_AmlServices_Call) Return

func (*IStorage_AmlServices_Call) Run

func (*IStorage_AmlServices_Call) RunAndReturn

type IStorage_AmlSupportedAssets_Call

type IStorage_AmlSupportedAssets_Call struct {
	*mock.Call
}

IStorage_AmlSupportedAssets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlSupportedAssets'

func (*IStorage_AmlSupportedAssets_Call) Return

func (*IStorage_AmlSupportedAssets_Call) Run

func (*IStorage_AmlSupportedAssets_Call) RunAndReturn

type IStorage_AmlUserKeys_Call

type IStorage_AmlUserKeys_Call struct {
	*mock.Call
}

IStorage_AmlUserKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AmlUserKeys'

func (*IStorage_AmlUserKeys_Call) Return

func (*IStorage_AmlUserKeys_Call) Run

func (*IStorage_AmlUserKeys_Call) RunAndReturn

type IStorage_Analytics_Call

type IStorage_Analytics_Call struct {
	*mock.Call
}

IStorage_Analytics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Analytics'

func (*IStorage_Analytics_Call) Return

func (*IStorage_Analytics_Call) Run

func (_c *IStorage_Analytics_Call) Run(run func(opts ...repos.Option)) *IStorage_Analytics_Call

func (*IStorage_Analytics_Call) RunAndReturn

type IStorage_Close_Call

type IStorage_Close_Call struct {
	*mock.Call
}

IStorage_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'

func (*IStorage_Close_Call) Return

func (*IStorage_Close_Call) Run

func (_c *IStorage_Close_Call) Run(run func()) *IStorage_Close_Call

func (*IStorage_Close_Call) RunAndReturn

func (_c *IStorage_Close_Call) RunAndReturn(run func() error) *IStorage_Close_Call

type IStorage_Currencies_Call

type IStorage_Currencies_Call struct {
	*mock.Call
}

IStorage_Currencies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Currencies'

func (*IStorage_Currencies_Call) Return

func (*IStorage_Currencies_Call) Run

func (_c *IStorage_Currencies_Call) Run(run func(opts ...repos.Option)) *IStorage_Currencies_Call

func (*IStorage_Currencies_Call) RunAndReturn

type IStorage_CurrencyExchange_Call

type IStorage_CurrencyExchange_Call struct {
	*mock.Call
}

IStorage_CurrencyExchange_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CurrencyExchange'

func (*IStorage_CurrencyExchange_Call) Return

func (*IStorage_CurrencyExchange_Call) Run

func (*IStorage_CurrencyExchange_Call) RunAndReturn

type IStorage_ExchangeAddresses_Call

type IStorage_ExchangeAddresses_Call struct {
	*mock.Call
}

IStorage_ExchangeAddresses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeAddresses'

func (*IStorage_ExchangeAddresses_Call) Return

func (*IStorage_ExchangeAddresses_Call) Run

func (*IStorage_ExchangeAddresses_Call) RunAndReturn

type IStorage_ExchangeChains_Call

type IStorage_ExchangeChains_Call struct {
	*mock.Call
}

IStorage_ExchangeChains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeChains'

func (*IStorage_ExchangeChains_Call) Return

func (*IStorage_ExchangeChains_Call) Run

func (*IStorage_ExchangeChains_Call) RunAndReturn

type IStorage_ExchangeOrders_Call

type IStorage_ExchangeOrders_Call struct {
	*mock.Call
}

IStorage_ExchangeOrders_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeOrders'

func (*IStorage_ExchangeOrders_Call) Return

func (*IStorage_ExchangeOrders_Call) Run

func (*IStorage_ExchangeOrders_Call) RunAndReturn

type IStorage_ExchangeUserKeys_Call

type IStorage_ExchangeUserKeys_Call struct {
	*mock.Call
}

IStorage_ExchangeUserKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeUserKeys'

func (*IStorage_ExchangeUserKeys_Call) Return

func (*IStorage_ExchangeUserKeys_Call) Run

func (*IStorage_ExchangeUserKeys_Call) RunAndReturn

type IStorage_ExchangeWithdrawalHistory_Call

type IStorage_ExchangeWithdrawalHistory_Call struct {
	*mock.Call
}

IStorage_ExchangeWithdrawalHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeWithdrawalHistory'

func (*IStorage_ExchangeWithdrawalHistory_Call) Run

type IStorage_ExchangeWithdrawalSettings_Call

type IStorage_ExchangeWithdrawalSettings_Call struct {
	*mock.Call
}

IStorage_ExchangeWithdrawalSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExchangeWithdrawalSettings'

func (*IStorage_ExchangeWithdrawalSettings_Call) Run

func (*IStorage_ExchangeWithdrawalSettings_Call) RunAndReturn

type IStorage_Exchanges_Call

type IStorage_Exchanges_Call struct {
	*mock.Call
}

IStorage_Exchanges_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exchanges'

func (*IStorage_Exchanges_Call) Return

func (*IStorage_Exchanges_Call) Run

func (_c *IStorage_Exchanges_Call) Run(run func(opts ...repos.Option)) *IStorage_Exchanges_Call

func (*IStorage_Exchanges_Call) RunAndReturn

type IStorage_Expecter

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

func (*IStorage_Expecter) AmlCheckHistory

func (_e *IStorage_Expecter) AmlCheckHistory(opts ...interface{}) *IStorage_AmlCheckHistory_Call

AmlCheckHistory is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlCheckQueue

func (_e *IStorage_Expecter) AmlCheckQueue(opts ...interface{}) *IStorage_AmlCheckQueue_Call

AmlCheckQueue is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlChecks

func (_e *IStorage_Expecter) AmlChecks(opts ...interface{}) *IStorage_AmlChecks_Call

AmlChecks is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlServiceKeys

func (_e *IStorage_Expecter) AmlServiceKeys(opts ...interface{}) *IStorage_AmlServiceKeys_Call

AmlServiceKeys is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlServices

func (_e *IStorage_Expecter) AmlServices(opts ...interface{}) *IStorage_AmlServices_Call

AmlServices is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlSupportedAssets

func (_e *IStorage_Expecter) AmlSupportedAssets(opts ...interface{}) *IStorage_AmlSupportedAssets_Call

AmlSupportedAssets is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) AmlUserKeys

func (_e *IStorage_Expecter) AmlUserKeys(opts ...interface{}) *IStorage_AmlUserKeys_Call

AmlUserKeys is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Analytics

func (_e *IStorage_Expecter) Analytics(opts ...interface{}) *IStorage_Analytics_Call

Analytics is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Close

Close is a helper method to define mock.On call

func (*IStorage_Expecter) Currencies

func (_e *IStorage_Expecter) Currencies(opts ...interface{}) *IStorage_Currencies_Call

Currencies is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) CurrencyExchange

func (_e *IStorage_Expecter) CurrencyExchange() *IStorage_CurrencyExchange_Call

CurrencyExchange is a helper method to define mock.On call

func (*IStorage_Expecter) ExchangeAddresses

func (_e *IStorage_Expecter) ExchangeAddresses(opts ...interface{}) *IStorage_ExchangeAddresses_Call

ExchangeAddresses is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) ExchangeChains

func (_e *IStorage_Expecter) ExchangeChains(opts ...interface{}) *IStorage_ExchangeChains_Call

ExchangeChains is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) ExchangeOrders

func (_e *IStorage_Expecter) ExchangeOrders(opts ...interface{}) *IStorage_ExchangeOrders_Call

ExchangeOrders is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) ExchangeUserKeys

func (_e *IStorage_Expecter) ExchangeUserKeys(opts ...interface{}) *IStorage_ExchangeUserKeys_Call

ExchangeUserKeys is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) ExchangeWithdrawalHistory

func (_e *IStorage_Expecter) ExchangeWithdrawalHistory(opts ...interface{}) *IStorage_ExchangeWithdrawalHistory_Call

ExchangeWithdrawalHistory is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) ExchangeWithdrawalSettings

func (_e *IStorage_Expecter) ExchangeWithdrawalSettings(opts ...interface{}) *IStorage_ExchangeWithdrawalSettings_Call

ExchangeWithdrawalSettings is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Exchanges

func (_e *IStorage_Expecter) Exchanges(opts ...interface{}) *IStorage_Exchanges_Call

Exchanges is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) KeyValue

func (_e *IStorage_Expecter) KeyValue() *IStorage_KeyValue_Call

KeyValue is a helper method to define mock.On call

func (*IStorage_Expecter) LogTypes

func (_e *IStorage_Expecter) LogTypes(opts ...interface{}) *IStorage_LogTypes_Call

LogTypes is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Logs

func (_e *IStorage_Expecter) Logs(opts ...interface{}) *IStorage_Logs_Call

Logs is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) MultiWithdrawalRules

func (_e *IStorage_Expecter) MultiWithdrawalRules(opts ...interface{}) *IStorage_MultiWithdrawalRules_Call

MultiWithdrawalRules is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) NotificationSendHistory

func (_e *IStorage_Expecter) NotificationSendHistory(opts ...interface{}) *IStorage_NotificationSendHistory_Call

NotificationSendHistory is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) NotificationSendQueue

func (_e *IStorage_Expecter) NotificationSendQueue(opts ...interface{}) *IStorage_NotificationSendQueue_Call

NotificationSendQueue is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Notifications

func (_e *IStorage_Expecter) Notifications(opts ...interface{}) *IStorage_Notifications_Call

Notifications is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) PSQLConn

func (_e *IStorage_Expecter) PSQLConn() *IStorage_PSQLConn_Call

PSQLConn is a helper method to define mock.On call

func (*IStorage_Expecter) PersonalAccessToken

func (_e *IStorage_Expecter) PersonalAccessToken(opts ...interface{}) *IStorage_PersonalAccessToken_Call

PersonalAccessToken is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Receipts

func (_e *IStorage_Expecter) Receipts(opts ...interface{}) *IStorage_Receipts_Call

Receipts is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Settings

func (_e *IStorage_Expecter) Settings(opts ...interface{}) *IStorage_Settings_Call

Settings is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) StoreAPIKeys

func (_e *IStorage_Expecter) StoreAPIKeys(opts ...interface{}) *IStorage_StoreAPIKeys_Call

StoreAPIKeys is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) StoreCurrencies

func (_e *IStorage_Expecter) StoreCurrencies(opts ...interface{}) *IStorage_StoreCurrencies_Call

StoreCurrencies is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) StoreSecrets

func (_e *IStorage_Expecter) StoreSecrets(opts ...interface{}) *IStorage_StoreSecrets_Call

StoreSecrets is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) StoreWebhooks

func (_e *IStorage_Expecter) StoreWebhooks(opts ...interface{}) *IStorage_StoreWebhooks_Call

StoreWebhooks is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) StoreWhitelist

func (_e *IStorage_Expecter) StoreWhitelist(opts ...interface{}) *IStorage_StoreWhitelist_Call

StoreWhitelist is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Stores

func (_e *IStorage_Expecter) Stores(opts ...interface{}) *IStorage_Stores_Call

Stores is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Transactions

func (_e *IStorage_Expecter) Transactions(opts ...interface{}) *IStorage_Transactions_Call

Transactions is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) TransferTransactions

func (_e *IStorage_Expecter) TransferTransactions(opts ...interface{}) *IStorage_TransferTransactions_Call

TransferTransactions is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Transfers

func (_e *IStorage_Expecter) Transfers(opts ...interface{}) *IStorage_Transfers_Call

Transfers is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) TronWalletBalanceStatistics

func (_e *IStorage_Expecter) TronWalletBalanceStatistics(opts ...interface{}) *IStorage_TronWalletBalanceStatistics_Call

TronWalletBalanceStatistics is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UnconfirmedTransactions

func (_e *IStorage_Expecter) UnconfirmedTransactions(opts ...interface{}) *IStorage_UnconfirmedTransactions_Call

UnconfirmedTransactions is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UpdateBalanceQueue

func (_e *IStorage_Expecter) UpdateBalanceQueue(opts ...interface{}) *IStorage_UpdateBalanceQueue_Call

UpdateBalanceQueue is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UserExchangePairs

func (_e *IStorage_Expecter) UserExchangePairs(opts ...interface{}) *IStorage_UserExchangePairs_Call

UserExchangePairs is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UserExchanges

func (_e *IStorage_Expecter) UserExchanges(opts ...interface{}) *IStorage_UserExchanges_Call

UserExchanges is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UserNotifications

func (_e *IStorage_Expecter) UserNotifications(opts ...interface{}) *IStorage_UserNotifications_Call

UserNotifications is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) UserStores

func (_e *IStorage_Expecter) UserStores(opts ...interface{}) *IStorage_UserStores_Call

UserStores is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Users

func (_e *IStorage_Expecter) Users(opts ...interface{}) *IStorage_Users_Call

Users is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WalletAddresses

func (_e *IStorage_Expecter) WalletAddresses(opts ...interface{}) *IStorage_WalletAddresses_Call

WalletAddresses is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WalletAddressesActivityLog

func (_e *IStorage_Expecter) WalletAddressesActivityLog(opts ...interface{}) *IStorage_WalletAddressesActivityLog_Call

WalletAddressesActivityLog is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) Wallets

func (_e *IStorage_Expecter) Wallets(opts ...interface{}) *IStorage_Wallets_Call

Wallets is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WebHookSendHistories

func (_e *IStorage_Expecter) WebHookSendHistories(opts ...interface{}) *IStorage_WebHookSendHistories_Call

WebHookSendHistories is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WebHookSendQueue

func (_e *IStorage_Expecter) WebHookSendQueue(opts ...interface{}) *IStorage_WebHookSendQueue_Call

WebHookSendQueue is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WithdrawalWalletAddresses

func (_e *IStorage_Expecter) WithdrawalWalletAddresses(opts ...interface{}) *IStorage_WithdrawalWalletAddresses_Call

WithdrawalWalletAddresses is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WithdrawalWallets

func (_e *IStorage_Expecter) WithdrawalWallets(opts ...interface{}) *IStorage_WithdrawalWallets_Call

WithdrawalWallets is a helper method to define mock.On call

  • opts ...repos.Option

func (*IStorage_Expecter) WithdrawalsFromProcessing

func (_e *IStorage_Expecter) WithdrawalsFromProcessing(opts ...interface{}) *IStorage_WithdrawalsFromProcessing_Call

WithdrawalsFromProcessing is a helper method to define mock.On call

  • opts ...repos.Option

type IStorage_KeyValue_Call

type IStorage_KeyValue_Call struct {
	*mock.Call
}

IStorage_KeyValue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'KeyValue'

func (*IStorage_KeyValue_Call) Return

func (*IStorage_KeyValue_Call) Run

func (_c *IStorage_KeyValue_Call) Run(run func()) *IStorage_KeyValue_Call

func (*IStorage_KeyValue_Call) RunAndReturn

func (_c *IStorage_KeyValue_Call) RunAndReturn(run func() key_value.IKeyValue) *IStorage_KeyValue_Call

type IStorage_LogTypes_Call

type IStorage_LogTypes_Call struct {
	*mock.Call
}

IStorage_LogTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogTypes'

func (*IStorage_LogTypes_Call) Return

func (*IStorage_LogTypes_Call) Run

func (_c *IStorage_LogTypes_Call) Run(run func(opts ...repos.Option)) *IStorage_LogTypes_Call

func (*IStorage_LogTypes_Call) RunAndReturn

type IStorage_Logs_Call

type IStorage_Logs_Call struct {
	*mock.Call
}

IStorage_Logs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Logs'

func (*IStorage_Logs_Call) Return

func (*IStorage_Logs_Call) Run

func (_c *IStorage_Logs_Call) Run(run func(opts ...repos.Option)) *IStorage_Logs_Call

func (*IStorage_Logs_Call) RunAndReturn

func (_c *IStorage_Logs_Call) RunAndReturn(run func(...repos.Option) repo_logs.Querier) *IStorage_Logs_Call

type IStorage_MultiWithdrawalRules_Call

type IStorage_MultiWithdrawalRules_Call struct {
	*mock.Call
}

IStorage_MultiWithdrawalRules_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MultiWithdrawalRules'

func (*IStorage_MultiWithdrawalRules_Call) Return

func (*IStorage_MultiWithdrawalRules_Call) Run

func (*IStorage_MultiWithdrawalRules_Call) RunAndReturn

type IStorage_NotificationSendHistory_Call

type IStorage_NotificationSendHistory_Call struct {
	*mock.Call
}

IStorage_NotificationSendHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NotificationSendHistory'

func (*IStorage_NotificationSendHistory_Call) Run

type IStorage_NotificationSendQueue_Call

type IStorage_NotificationSendQueue_Call struct {
	*mock.Call
}

IStorage_NotificationSendQueue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NotificationSendQueue'

func (*IStorage_NotificationSendQueue_Call) Run

func (*IStorage_NotificationSendQueue_Call) RunAndReturn

type IStorage_Notifications_Call

type IStorage_Notifications_Call struct {
	*mock.Call
}

IStorage_Notifications_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Notifications'

func (*IStorage_Notifications_Call) Return

func (*IStorage_Notifications_Call) Run

func (*IStorage_Notifications_Call) RunAndReturn

type IStorage_PSQLConn_Call

type IStorage_PSQLConn_Call struct {
	*mock.Call
}

IStorage_PSQLConn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PSQLConn'

func (*IStorage_PSQLConn_Call) Return

func (*IStorage_PSQLConn_Call) Run

func (_c *IStorage_PSQLConn_Call) Run(run func()) *IStorage_PSQLConn_Call

func (*IStorage_PSQLConn_Call) RunAndReturn

func (_c *IStorage_PSQLConn_Call) RunAndReturn(run func() *pgxpool.Pool) *IStorage_PSQLConn_Call

type IStorage_PersonalAccessToken_Call

type IStorage_PersonalAccessToken_Call struct {
	*mock.Call
}

IStorage_PersonalAccessToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PersonalAccessToken'

func (*IStorage_PersonalAccessToken_Call) Return

func (*IStorage_PersonalAccessToken_Call) Run

func (*IStorage_PersonalAccessToken_Call) RunAndReturn

type IStorage_Receipts_Call

type IStorage_Receipts_Call struct {
	*mock.Call
}

IStorage_Receipts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Receipts'

func (*IStorage_Receipts_Call) Return

func (*IStorage_Receipts_Call) Run

func (_c *IStorage_Receipts_Call) Run(run func(opts ...repos.Option)) *IStorage_Receipts_Call

func (*IStorage_Receipts_Call) RunAndReturn

type IStorage_Settings_Call

type IStorage_Settings_Call struct {
	*mock.Call
}

IStorage_Settings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Settings'

func (*IStorage_Settings_Call) Return

func (*IStorage_Settings_Call) Run

func (_c *IStorage_Settings_Call) Run(run func(opts ...repos.Option)) *IStorage_Settings_Call

func (*IStorage_Settings_Call) RunAndReturn

type IStorage_StoreAPIKeys_Call

type IStorage_StoreAPIKeys_Call struct {
	*mock.Call
}

IStorage_StoreAPIKeys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreAPIKeys'

func (*IStorage_StoreAPIKeys_Call) Return

func (*IStorage_StoreAPIKeys_Call) Run

func (*IStorage_StoreAPIKeys_Call) RunAndReturn

type IStorage_StoreCurrencies_Call

type IStorage_StoreCurrencies_Call struct {
	*mock.Call
}

IStorage_StoreCurrencies_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreCurrencies'

func (*IStorage_StoreCurrencies_Call) Return

func (*IStorage_StoreCurrencies_Call) Run

func (*IStorage_StoreCurrencies_Call) RunAndReturn

type IStorage_StoreSecrets_Call

type IStorage_StoreSecrets_Call struct {
	*mock.Call
}

IStorage_StoreSecrets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreSecrets'

func (*IStorage_StoreSecrets_Call) Return

func (*IStorage_StoreSecrets_Call) Run

func (*IStorage_StoreSecrets_Call) RunAndReturn

type IStorage_StoreWebhooks_Call

type IStorage_StoreWebhooks_Call struct {
	*mock.Call
}

IStorage_StoreWebhooks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreWebhooks'

func (*IStorage_StoreWebhooks_Call) Return

func (*IStorage_StoreWebhooks_Call) Run

func (*IStorage_StoreWebhooks_Call) RunAndReturn

type IStorage_StoreWhitelist_Call

type IStorage_StoreWhitelist_Call struct {
	*mock.Call
}

IStorage_StoreWhitelist_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreWhitelist'

func (*IStorage_StoreWhitelist_Call) Return

func (*IStorage_StoreWhitelist_Call) Run

func (*IStorage_StoreWhitelist_Call) RunAndReturn

type IStorage_Stores_Call

type IStorage_Stores_Call struct {
	*mock.Call
}

IStorage_Stores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stores'

func (*IStorage_Stores_Call) Return

func (*IStorage_Stores_Call) Run

func (_c *IStorage_Stores_Call) Run(run func(opts ...repos.Option)) *IStorage_Stores_Call

func (*IStorage_Stores_Call) RunAndReturn

func (_c *IStorage_Stores_Call) RunAndReturn(run func(...repos.Option) repo_stores.Querier) *IStorage_Stores_Call

type IStorage_Transactions_Call

type IStorage_Transactions_Call struct {
	*mock.Call
}

IStorage_Transactions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Transactions'

func (*IStorage_Transactions_Call) Return

func (*IStorage_Transactions_Call) Run

func (*IStorage_Transactions_Call) RunAndReturn

type IStorage_TransferTransactions_Call

type IStorage_TransferTransactions_Call struct {
	*mock.Call
}

IStorage_TransferTransactions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TransferTransactions'

func (*IStorage_TransferTransactions_Call) Return

func (*IStorage_TransferTransactions_Call) Run

func (*IStorage_TransferTransactions_Call) RunAndReturn

type IStorage_Transfers_Call

type IStorage_Transfers_Call struct {
	*mock.Call
}

IStorage_Transfers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Transfers'

func (*IStorage_Transfers_Call) Return

func (*IStorage_Transfers_Call) Run

func (_c *IStorage_Transfers_Call) Run(run func(opts ...repos.Option)) *IStorage_Transfers_Call

func (*IStorage_Transfers_Call) RunAndReturn

type IStorage_TronWalletBalanceStatistics_Call

type IStorage_TronWalletBalanceStatistics_Call struct {
	*mock.Call
}

IStorage_TronWalletBalanceStatistics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TronWalletBalanceStatistics'

func (*IStorage_TronWalletBalanceStatistics_Call) Run

type IStorage_UnconfirmedTransactions_Call

type IStorage_UnconfirmedTransactions_Call struct {
	*mock.Call
}

IStorage_UnconfirmedTransactions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UnconfirmedTransactions'

func (*IStorage_UnconfirmedTransactions_Call) Run

func (*IStorage_UnconfirmedTransactions_Call) RunAndReturn

type IStorage_UpdateBalanceQueue_Call

type IStorage_UpdateBalanceQueue_Call struct {
	*mock.Call
}

IStorage_UpdateBalanceQueue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBalanceQueue'

func (*IStorage_UpdateBalanceQueue_Call) Return

func (*IStorage_UpdateBalanceQueue_Call) Run

func (*IStorage_UpdateBalanceQueue_Call) RunAndReturn

type IStorage_UserExchangePairs_Call

type IStorage_UserExchangePairs_Call struct {
	*mock.Call
}

IStorage_UserExchangePairs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UserExchangePairs'

func (*IStorage_UserExchangePairs_Call) Return

func (*IStorage_UserExchangePairs_Call) Run

func (*IStorage_UserExchangePairs_Call) RunAndReturn

type IStorage_UserExchanges_Call

type IStorage_UserExchanges_Call struct {
	*mock.Call
}

IStorage_UserExchanges_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UserExchanges'

func (*IStorage_UserExchanges_Call) Return

func (*IStorage_UserExchanges_Call) Run

func (*IStorage_UserExchanges_Call) RunAndReturn

type IStorage_UserNotifications_Call

type IStorage_UserNotifications_Call struct {
	*mock.Call
}

IStorage_UserNotifications_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UserNotifications'

func (*IStorage_UserNotifications_Call) Return

func (*IStorage_UserNotifications_Call) Run

func (*IStorage_UserNotifications_Call) RunAndReturn

type IStorage_UserStores_Call

type IStorage_UserStores_Call struct {
	*mock.Call
}

IStorage_UserStores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UserStores'

func (*IStorage_UserStores_Call) Return

func (*IStorage_UserStores_Call) Run

func (_c *IStorage_UserStores_Call) Run(run func(opts ...repos.Option)) *IStorage_UserStores_Call

func (*IStorage_UserStores_Call) RunAndReturn

type IStorage_Users_Call

type IStorage_Users_Call struct {
	*mock.Call
}

IStorage_Users_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Users'

func (*IStorage_Users_Call) Return

func (*IStorage_Users_Call) Run

func (_c *IStorage_Users_Call) Run(run func(opts ...repos.Option)) *IStorage_Users_Call

func (*IStorage_Users_Call) RunAndReturn

type IStorage_WalletAddressesActivityLog_Call

type IStorage_WalletAddressesActivityLog_Call struct {
	*mock.Call
}

IStorage_WalletAddressesActivityLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WalletAddressesActivityLog'

func (*IStorage_WalletAddressesActivityLog_Call) Run

type IStorage_WalletAddresses_Call

type IStorage_WalletAddresses_Call struct {
	*mock.Call
}

IStorage_WalletAddresses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WalletAddresses'

func (*IStorage_WalletAddresses_Call) Return

func (*IStorage_WalletAddresses_Call) Run

func (*IStorage_WalletAddresses_Call) RunAndReturn

type IStorage_Wallets_Call

type IStorage_Wallets_Call struct {
	*mock.Call
}

IStorage_Wallets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Wallets'

func (*IStorage_Wallets_Call) Return

func (*IStorage_Wallets_Call) Run

func (_c *IStorage_Wallets_Call) Run(run func(opts ...repos.Option)) *IStorage_Wallets_Call

func (*IStorage_Wallets_Call) RunAndReturn

type IStorage_WebHookSendHistories_Call

type IStorage_WebHookSendHistories_Call struct {
	*mock.Call
}

IStorage_WebHookSendHistories_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WebHookSendHistories'

func (*IStorage_WebHookSendHistories_Call) Run

func (*IStorage_WebHookSendHistories_Call) RunAndReturn

type IStorage_WebHookSendQueue_Call

type IStorage_WebHookSendQueue_Call struct {
	*mock.Call
}

IStorage_WebHookSendQueue_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WebHookSendQueue'

func (*IStorage_WebHookSendQueue_Call) Return

func (*IStorage_WebHookSendQueue_Call) Run

func (*IStorage_WebHookSendQueue_Call) RunAndReturn

type IStorage_WithdrawalWalletAddresses_Call

type IStorage_WithdrawalWalletAddresses_Call struct {
	*mock.Call
}

IStorage_WithdrawalWalletAddresses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithdrawalWalletAddresses'

func (*IStorage_WithdrawalWalletAddresses_Call) Run

func (*IStorage_WithdrawalWalletAddresses_Call) RunAndReturn

type IStorage_WithdrawalWallets_Call

type IStorage_WithdrawalWallets_Call struct {
	*mock.Call
}

IStorage_WithdrawalWallets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithdrawalWallets'

func (*IStorage_WithdrawalWallets_Call) Return

func (*IStorage_WithdrawalWallets_Call) Run

func (*IStorage_WithdrawalWallets_Call) RunAndReturn

type IStorage_WithdrawalsFromProcessing_Call

type IStorage_WithdrawalsFromProcessing_Call struct {
	*mock.Call
}

IStorage_WithdrawalsFromProcessing_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithdrawalsFromProcessing'

func (*IStorage_WithdrawalsFromProcessing_Call) Run

Jump to

Keyboard shortcuts

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