Skip to content

satori-protocol-go/satori-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satori-sdk-go

go语言开发的satori协议的sdk客户端

wakatime

架构图

todo

  • 示例
  • 配置
  • 日志标准化
  • 客户端创建
    • API
      • http
    • EVENT
      • websocket
      • webhook
  • 资源

示例

examples/main.go

目录

- examples # 使用示例
- pkg # sdk暴露给外部的能力
- - api # api
- - client # 客户端,包含api和event的多种方式客户端
- - event # 事件
- - resource # 资源
- - - channel
- - - guild
- - - ...