Documentation
¶
Index ¶
- Constants
- type App
- type Manager
- func (m *Manager) CommandDecrypt(configPath string, cmdConf map[string]any) error
- func (m *Manager) CommandHTTPServer(configPath string, cmdConf map[string]any) error
- func (m *Manager) CommandKey(configPath string, pid int, force bool, showXorKey bool) (string, error)
- func (m *Manager) DecryptDBFiles() error
- func (m *Manager) GetDataKey() error
- func (m *Manager) RefreshSession() error
- func (m *Manager) Run(configPath string) error
- func (m *Manager) SaveSpeechConfig(cfg *conf.SpeechConfig) error
- func (m *Manager) SetHTTPAddr(text string) error
- func (m *Manager) SetRunOptions(opts RunOptions)
- 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
- type RunMode
- type RunOptions
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) CommandKey ¶
func (*Manager) DecryptDBFiles ¶
func (*Manager) GetDataKey ¶
func (*Manager) RefreshSession ¶
func (*Manager) SaveSpeechConfig ¶
func (m *Manager) SaveSpeechConfig(cfg *conf.SpeechConfig) error
func (*Manager) SetHTTPAddr ¶
func (*Manager) SetRunOptions ¶
func (m *Manager) SetRunOptions(opts RunOptions)
func (*Manager) StartAutoDecrypt ¶
func (*Manager) StartService ¶
func (*Manager) StopAutoDecrypt ¶
func (*Manager) StopService ¶
type RunOptions ¶
Click to show internal directories.
Click to hide internal directories.