文件名称:rc-notify:通过RocketChat Webhook REST API发出消息的简单工具
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-07 13:15:34
Go
通过RocketChat Webhook REST API发出消息的简单工具 该软件包提供了RocketChat的Webhook /通知REST API(如果提供了端点)的接口以及用于简单消息发送/传递的命令行工具。 安装 go get -u github.com/fako1024/rc-notify 例子 发送一条简单的消息 req := rc. Request { Channel : "@me" , User : "Sending User" , Message : "My message" , Emoji : rc . EmojiAlert , } // Validate the request if err := req . Validate (); err != nil { log . Fatalf ( "Invalid request: %s" , err
【文件预览】:
rc-notify-main
----rc.go(3KB)
----cmd()
--------rctool()
--------run-notify()
----.github()
--------workflows()
----LICENSE(11KB)
----rc_test.go(3KB)
----.gitignore(44B)
----go.sum(6KB)
----README.md(1KB)
----go.mod(274B)