(feat) added loggind(tracing)

This commit is contained in:
Rorik Star Platinum 2025-11-07 16:59:05 +03:00
parent e4cfc5eee5
commit 131ff952ca
10 changed files with 79 additions and 43 deletions

View file

@ -6,5 +6,5 @@ pub mod consents;
pub mod accounts;
pub mod transactions;
pub use client::{Bank, BankClient, BankingClients, BankingError};
pub use client::{BankClient, BankingError, BankingClients};
pub use models::{ApiResponse, AccountData, TransactionData, ConsentResponse};