Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSend 发送钉钉消息失败 ErrSend = errors.New("send DINGDING fail") // ErrBadURL 钉钉 URL 格式不正确 ErrBadURL = errors.New("bad DINGDING URL") )
Functions ¶
func New ¶
func New(proxy string, messenger pb.NotifyServiceServer) subscriber.Subscriber
New 创建 WorkNoticeSubscriber
Types ¶
type WorkNoticeSubscriber ¶
type WorkNoticeSubscriber struct {
// contains filtered or unexported fields
}
WorkNoticeSubscriber 输出插件:工作通知
func (WorkNoticeSubscriber) Name ¶
func (WorkNoticeSubscriber) Name() string
Name WorkNoticeSubscriber 在 label 中对应的名字
Click to show internal directories.
Click to hide internal directories.