文件名称:nsq_to_slack:NSQ->松弛
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-06 23:00:12
Go
nsq_to_slack 在给定的频道上侦听并将消息发送到 。 例子 nsq_to_slack --topic messages --webhook-url < url> & nsqlookupd & nsqd --lookupd-tcp-address=:4160 & echo ' { "channel": "#testing-slack-api", "username": "webhookbot", "text": "This is posted to #testing-slack-api and comes from a bot named webhookbot.", "icon_emoji": ":ghost:" } ' | json_to_nsq --topic messages
【文件预览】:
nsq_to_slack-master
----slack()
--------slack.go(868B)
----main.go(2KB)
----Readme.md(480B)