//
pkg.gl
Category
github.com/GGGxie/dataStructure
design_patterns
structured
bridge
package
1.0.1
Repository:
https://github.com/gggxie/datastructure.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
38 SLOC
#
Functions
NewEmailMsgSender
NewEmailMsgSender NewEmailMsgSender.
NewErrorNotification
NewErrorNotification NewErrorNotification.
NewPhoneMsgSender
NewEmailMsgSender NewEmailMsgSender.
#
Structs
EmailMsgSender
EmailMsgSender 发送邮件 可能还有 电话、短信等各种实现.
ErrorNotification
ErrorNotification 错误通知 后面可能还有 warning 各种级别.
PhoneMsgSender
PhoneMsgSender 发送短信.
#
Interfaces
IMsgSender
IMsgSender IMsgSender.
INotification
INotification 通知接口.