Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICache ¶
type ICache interface { Clients() *xsync.Map[string, *models.Client] Owners() *ttlcache.Cache[string, *models.Owner] HotWallets() *xsync.Map[string, *models.HotWallet] ProcessingWallets() *xsync.Map[string, *models.ProcessingWallet] ColdWallets() *xsync.Map[string, *models.ColdWallet] GlobalSettings() *xsync.Map[string, *models.Setting] }
Click to show internal directories.
Click to hide internal directories.