Documentation
¶
Index ¶
- func CloseDB()
- func DelDB1First(prefix string) (int, error)
- func GetDB1Count(prefix string, filter func(*DB1) bool) (int, error)
- func GetDB1Data(id string) ([]string, error)
- func UpdateDB1First(prefix string, object *DB1) (int, error)
- type DB1
- func (db1 *DB1) AddData(items ...string) error
- func (db1 *DB1) BadgerDB() *badger.DB
- func (db1 *DB1) Key() []byte
- func (db1 *DB1) Marshal(at any) (forKey, forValue []byte)
- func (db1 *DB1) RmData(items ...string) error
- func (db1 DB1) String() string
- func (db1 *DB1) Unmarshal(dbKey, dbVal []byte) (any, error)
- type DBGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelDB1First ¶
func GetDB1Data ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.