Documentation
¶
Index ¶
- Constants
- type App
- type Manager
- func (m *Manager) CommandDecrypt(dataDir string, workDir string, key string, platform string, version int) error
- func (m *Manager) CommandHTTPServer(addr string, dataDir string, workDir string, platform 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) RefreshSession() error
- func (m *Manager) Run() error
- func (m *Manager) SetHTTPAddr(text string) error
- func (m *Manager) StartAutoDecrypt() error
- func (m *Manager) StartService() error
- func (m *Manager) StopAutoDecrypt() error
- func (m *Manager) StopService() error
- func (m *Manager) Switch(info *iwechat.Account, history string) 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) CommandHTTPServer ¶
func (*Manager) DecryptDBFiles ¶
func (*Manager) GetDataKey ¶
func (*Manager) RefreshSession ¶
func (*Manager) SetHTTPAddr ¶
func (*Manager) StartAutoDecrypt ¶
func (*Manager) StartService ¶
func (*Manager) StopAutoDecrypt ¶
func (*Manager) StopService ¶
Click to show internal directories.
Click to hide internal directories.