Documentation ¶
Index ¶
- type LitBoltDB
- func (db *LitBoltDB) Check() error
- func (db *LitBoltDB) Close() error
- func (db *LitBoltDB) GetChannelDB() lncore.LitChannelStorage
- func (db *LitBoltDB) GetPeerDB() lncore.LitPeerStorage
- func (db *LitBoltDB) GetWalletDB(cointype uint32) lncore.LitWalletStorage
- func (*LitBoltDB) IsSingleFile() bool
- func (db *LitBoltDB) Open(dbpath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LitBoltDB ¶
type LitBoltDB struct {
// contains filtered or unexported fields
}
LitBoltDB uses Bolt as a storage backend.
func (*LitBoltDB) GetChannelDB ¶
func (db *LitBoltDB) GetChannelDB() lncore.LitChannelStorage
GetChannelDB .
func (*LitBoltDB) GetWalletDB ¶
func (db *LitBoltDB) GetWalletDB(cointype uint32) lncore.LitWalletStorage
GetWalletDB .
Click to show internal directories.
Click to hide internal directories.