mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
5f4cb781ed
Co-authored-by: Niko Köser <koeserniko@gmail.com> |
||
---|---|---|
.. | ||
dingding.go | ||
README-CH.md | ||
README.md |
dingtalk
Prerequisites
To use the service you need to apply for robot of DingTalk Group.
create robot of DingTalk group
Usage
cfg := Config{
token: "dddd",
secret: "xxx",
}
s := New(&cfg)
s.Send(context.Background(), "subject", "content")