Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyebluecn/sc-subscription-idl
smart-classroom-subscription-idl 智慧课堂subscription项目对应的idl接口定义。
https://github.com/eyebluecn/sc-subscription-idl
Last synced: 14 days ago
JSON representation
smart-classroom-subscription-idl 智慧课堂subscription项目对应的idl接口定义。
- Host: GitHub
- URL: https://github.com/eyebluecn/sc-subscription-idl
- Owner: eyebluecn
- License: mit
- Created: 2024-05-07T18:12:52.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T16:25:49.000Z (7 months ago)
- Last Synced: 2024-11-07T10:29:16.162Z (2 months ago)
- Language: Thrift
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sc-subscription-idl
smart-classroom-subscription-idl 智慧课堂subscription项目对应的idl接口定义 。## 安装环境
如果首次运行,需要先安装thriftgo和kitex,参考[kitex官网](https://cloudwego.cn/zh/docs/kitex/getting-started/prerequisite/)
```shell
# 安装thriftgo 会讲thriftgo命令安装至GOPATH.
go install github.com/cloudwego/thriftgo@latest
# 验证是否安装好了thriftgo eg:thriftgo 0.3.12
thriftgo --version# 安装kitex 会将kitex命令安装至GOPATH.
go install github.com/cloudwego/kitex/tool/cmd/kitex@latest
# 验证是否安装好了kitex eg:v0.9.1
kitex --version
```## 运行脚本
```shell
kitex -module github.com/eyebluecn/sc-subscription-idl idl/smart_classroom_subscription.thrift
```