Skip to content
forked from wulorn/dingding

golang实现钉钉异步报警,可限制报警次数,具备超时机制

License

Notifications You must be signed in to change notification settings

maybachv5/dingding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dingding

golang实现钉钉异步报警,可限制报警次数,具备超时机制

usage

    go get github.com/wulorn/dingding
    // 主程或初始化时调用即可
    go dingding.WithRecovery(dingding.SendAlarmMessAge)
    // 发送告警信息的地方调用即可
    dingding.PushMessage("alarm xxx")
    select {}

About

golang实现钉钉异步报警,可限制报警次数,具备超时机制

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%