1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-03-05 03:07:06 +02:00
crud_generator/bin/templates/api/generation_code_nrpc.sh_

8 lines
191 B
Plaintext
Raw Normal View History

2024-11-18 11:36:09 +03:00
#!/bin/bash
2024-11-20 17:29:24 +03:00
PATH_FROM=./
2024-11-21 16:04:41 +03:00
PATH_TO=./
2024-11-18 11:36:09 +03:00
clear
2024-11-20 17:29:24 +03:00
protoc --go_out=${PATH_TO} --nrpc_out=./ --go_opt=paths=import --go-grpc_out=${PATH_TO} --go-grpc_opt=paths=import ${PATH_FROM}sync_service.proto