Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieManager ¶
type CookieManager struct {
// contains filtered or unexported fields
}
func GetCookieManager ¶
func GetCookieManager() *CookieManager
func NewCookieManager ¶
func NewCookieManager() *CookieManager
type LogManager ¶
type LogManager struct {
// contains filtered or unexported fields
}
func (*LogManager) AddErrorLog ¶
func (lm *LogManager) AddErrorLog(logType int, content string)
func (*LogManager) AddSuccessLog ¶
func (lm *LogManager) AddSuccessLog(logType int, content string)
func (*LogManager) Stop ¶
func (lm *LogManager) Stop()
type NotifyManager ¶ added in v0.0.2
type NotifyManager struct {
// contains filtered or unexported fields
}
func (*NotifyManager) AddInfoNotify ¶ added in v0.0.2
func (nm *NotifyManager) AddInfoNotify(title, content string)
func (*NotifyManager) AddWarningNotify ¶ added in v0.0.2
func (nm *NotifyManager) AddWarningNotify(title, content string)
func (*NotifyManager) Stop ¶ added in v0.0.2
func (nm *NotifyManager) Stop()
Click to show internal directories.
Click to hide internal directories.