Documentation ¶
Index ¶
- Constants
- type IPushMod
- type PushType
- type XPush
- func (m *XPush) AddDingDing(setting pushmod.DingSetting) error
- func (m *XPush) AddEmail(setting pushmod.EmailSetting) error
- func (m *XPush) AddPushDeer(setting pushmod.PushDeerSetting) error
- func (m *XPush) Init(needLock bool) error
- func (m *XPush) IsTypeValid(pushType PushType) bool
- func (m *XPush) OnLock()
- func (m *XPush) OnUnlock()
- func (m *XPush) Push(title string, content string, markDown bool) error
- func (m *XPush) RemovePushType(pushType PushType)
- func (m *XPush) SetDing(setting pushmod.DingSetting) error
- func (m *XPush) SetEmail(setting pushmod.EmailSetting) error
- func (m *XPush) SetPushDeer(setting pushmod.PushDeerSetting) error
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XPush ¶
func (*XPush) AddDingDing ¶
func (m *XPush) AddDingDing(setting pushmod.DingSetting) error
func (*XPush) AddPushDeer ¶
func (m *XPush) AddPushDeer(setting pushmod.PushDeerSetting) error
func (*XPush) IsTypeValid ¶
func (*XPush) RemovePushType ¶
func (*XPush) SetPushDeer ¶
func (m *XPush) SetPushDeer(setting pushmod.PushDeerSetting) error
Click to show internal directories.
Click to hide internal directories.