satori-rtm-sdk-go:适用于Satori RTM的Go(Golang)SDK

时间:2024-06-02 15:21:17
【文件属性】:

文件名称:satori-rtm-sdk-go:适用于Satori RTM的Go(Golang)SDK

文件大小:2.16MB

文件格式:ZIP

更新时间:2024-06-02 15:21:17

Go

适用于Go的Satori RTM SDK(Golang) 使用用于的Go SDK来创建使用RTM进行发布和订阅的应用程序。 Go SDK安装 使用go-get工具(或任何与go兼容的软件包管理器)下载SDK: go get github.com/satori-com/satori-rtm-sdk-go/rtm 将SDK导入您的go文件中: import "github.com/satori-com/satori-rtm-sdk-go/rtm" 强烈建议使用标签来锁定项目的SDK版本。 文档和示例 最新的Go SDK文档在 记录和调试 Go SDK将信息记录到STDOUT / STDERR。 要启用调试级别,请将DEBUG_SATORI_SDK环境变量设置为true : $ DEBUG_SATORI_SDK=true go run < your> 或者 $


【文件预览】:
satori-rtm-sdk-go-master
----.gitignore(72B)
----LICENSE(3KB)
----CHANGELOG.md(1KB)
----examples()
--------subscribe_to_open_channel()
--------publish()
--------subscribe_with_multiple_views()
--------common.mk(311B)
--------test_installation()
--------subscribe_with_view()
--------publish_binary()
--------quickstart()
--------subscribe_with_count()
--------subscribe_to_channel()
--------authenticate()
--------changing_subscription()
--------subscribe_with_age()
----README.md(6KB)
----rtm()
--------rtm.go(22KB)
--------rtm_general_test.go(962B)
--------rtm_real_subscription_test.go(10KB)
--------connection()
--------rtm_types.go(1KB)
--------rtm_real_kv_test.go(7KB)
--------rtm_events.go(4KB)
--------auth()
--------pdu()
--------rtm_helpers_test.go(2KB)
--------rtm_examples_test.go(10KB)
--------subscription()
--------rtm_error.go(345B)
--------rtm_fsm.go(3KB)
--------rtm_real_connection_test.go(2KB)
----observer()
--------observer_test.go(2KB)
--------observer.go(4KB)
--------observer_example_test.go(2KB)
----logger()
--------logger.go(2KB)
----fsm()
--------fsm.go(2KB)
--------fsm_test.go(2KB)
--------fsm_examples_test.go(910B)

网友评论