package
1.0.1
Repository: https://github.com/gggxie/datastructure.git
Documentation: pkg.go.dev

# Functions

NewEmailMsgSender NewEmailMsgSender.
NewErrorNotification NewErrorNotification.
NewEmailMsgSender NewEmailMsgSender.

# Structs

EmailMsgSender 发送邮件 可能还有 电话、短信等各种实现.
ErrorNotification 错误通知 后面可能还有 warning 各种级别.
PhoneMsgSender 发送短信.

# Interfaces

IMsgSender IMsgSender.
INotification 通知接口.