Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyebluecn/sc-misc-idl
智慧课堂(smart-classroom)misc项目对应的idl工程
https://github.com/eyebluecn/sc-misc-idl
Last synced: 14 days ago
JSON representation
智慧课堂(smart-classroom)misc项目对应的idl工程
- Host: GitHub
- URL: https://github.com/eyebluecn/sc-misc-idl
- Owner: eyebluecn
- Created: 2024-05-06T18:02:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-02T10:34:37.000Z (7 months ago)
- Last Synced: 2024-11-07T10:29:15.798Z (2 months ago)
- Language: Thrift
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sc-misc-idl
smart-classroom-misc-idl 智慧课堂misc项目对应的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-misc-idl idl/smart_classroom_misc.thrift
```