Versions in this module Expand all Collapse all v0 v0.0.1 May 16, 2024 Changes in this version + type ChatInfo struct + ChatID int64 + type DB struct + func NewDB(path string) (DB, error) + func (db *DB) Delete(key int64) + func (db *DB) Get(key int64) ChatInfo + func (db *DB) List() []ChatInfo + func (db *DB) Save() error + func (db *DB) Update(key int64, value ChatInfo)