mirror of
https://github.com/teest114514/chatlog_alpha.git
synced 2026-04-19 02:22:35 +08:00
feat: add db list view, search, and excel export
This commit is contained in:
@@ -32,6 +32,9 @@ type DataSource interface {
|
||||
// 设置回调函数
|
||||
SetCallback(group string, callback func(event fsnotify.Event) error) error
|
||||
|
||||
// 获取数据库列表
|
||||
GetDBs() (map[string][]string, error)
|
||||
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user