Skip to content

Commit

Permalink
Обновил в соотвествии с протоколом
Browse files Browse the repository at this point in the history
  • Loading branch information
I0HuKc committed Apr 8, 2022
1 parent 9b6d36c commit 291b4bb
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: gen
gen:
protoc proto/**/*.proto -I. --go_out=pkg --go_opt=paths=source_relative --go-grpc_out=pkg --go-grpc_opt=paths=source_relative


.DEFAULT_GOAL := gen
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ git pull
## Перекомпилировать исходники

```
protoc proto/core/error.proto proto/user/user-microservice.proto -I. --go_out=pkg --go_opt=paths=source_relative --go-grpc_out=pkg --go-grpc_opt=paths=source_relative
protoc proto/**/*.proto -I. --go_out=pkg --go_opt=paths=source_relative --go-grpc_out=pkg --go-grpc_opt=paths=source_relative
```
313 changes: 313 additions & 0 deletions pkg/proto/security/security-microservice.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 291b4bb

Please sign in to comment.