-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Code generated by hz. DO NOT EDIT. | ||
|
||
hz version: v0.5.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## 生成代码 | ||
`hz new -idl idl/core.thrift -module github.com/ClubWeGo/douyin` | ||
|
||
> 扩展模块 | ||
> `hz new -idl idl/interaction.thrift -module github.com/ClubWeGo/douyin` | ||
> `hz new -idl idl/relation.thrift -module github.com/ClubWeGo/douyin` | ||
## 删除代码 | ||
`rm -r ./biz router.go router_gen.go main.go go.mod go.sum .hz .gitignore` | ||
|
||
## 更新代码 | ||
`hz update -idl idl/core.thrift` | ||
|
||
## 拉取依赖 | ||
`go mod tidy` | ||
|
||
## 编译代码 | ||
`go build` | ||
|
||
# list | ||
- [ ] 基础功能publish视频还没有实现 | ||
- [ ] vd校验字段 | ||
- [ ] token登录(是否用jwt?) | ||
- [ ] 可选功能(基础部分的isfollow与isFavourite) | ||
- [ ] ... | ||
|
||
|
||
依赖另外两个微服务的代码仓库 | ||
|
||
go get github.com/ClubWeGo/videomicro@latest | ||
|
||
go get github.com/ClubWeGo/usermicro@latest |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.