Documentation ¶ Index ¶ type IStorage func InitStore(ctx context.Context, conf *config.Config) (IStorage, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IStorage ¶ type IStorage interface { repos.IRepository PSQLConn() *pgxpool.Pool Close() error } func InitStore ¶ func InitStore(ctx context.Context, conf *config.Config) (IStorage, error) Source Files ¶ View all Source files storage.go Directories ¶ Show internal Expand all Path Synopsis repos repo_aml_check_history repo_aml_check_queue repo_aml_checks repo_aml_service_keys repo_aml_services repo_aml_supported_assets repo_aml_user_keys repo_analytics repo_currencies repo_currency_exrate repo_exchange_addresses repo_exchange_chains repo_exchange_orders repo_exchange_user_keys repo_exchange_withdrawal_history repo_exchange_withdrawal_settings repo_exchanges repo_log_types repo_logs repo_multi_withdrawal_rules repo_notification_send_history repo_notification_send_queue repo_notifications repo_personal_access_tokens repo_receipts repo_settings repo_store_api_keys repo_store_currencies repo_store_secrets repo_store_webhooks repo_store_whitelist repo_stores repo_transactions repo_transfer_transactions repo_transfers repo_tron_wallet_balance_statistics repo_unconfirmed_transactions repo_update_balance_queue repo_user_address_book repo_user_exchange_pairs repo_user_exchanges repo_user_notifications repo_user_stores repo_user_verification repo_users repo_wallet_addresses repo_wallet_addresses_activity_logs repo_wallets repo_webhook_send_histories repo_webhook_send_queue repo_withdrawal_from_processing_wallets repo_withdrawal_wallet_addresses repo_withdrawal_wallets storecmn Click to show internal directories. Click to hide internal directories.