Documentation
¶
Index ¶
- Constants
- type App
- type Manager
- func (m *Manager) CommandDecrypt(dataDir string, workDir string, key string, version int) error
- func (m *Manager) CommandKey(pid int) (string, error)
- func (m *Manager) DecryptDBFiles() error
- func (m *Manager) GetDataKey() error
- func (m *Manager) Run() error
- func (m *Manager) StartService() error
- func (m *Manager) StopService() error
Constants ¶
View Source
const (
RefreshInterval = 1000 * time.Millisecond
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
*tview.Application
// contains filtered or unexported fields
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager 管理聊天日志应用
func (*Manager) CommandDecrypt ¶
func (*Manager) DecryptDBFiles ¶
func (*Manager) GetDataKey ¶
func (*Manager) StartService ¶
func (*Manager) StopService ¶
Click to show internal directories.
Click to hide internal directories.