Loading AppSupport/proto3/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer - Models: ```sh $ python3 -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs ./AppSupport/proto3/models/* $ python -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs ./AppSupport/proto3/models/* ``` The above command will generate .py files for all the data models in the ./models directory Loading @@ -38,7 +38,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer - Services: ```sh $ python3 -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs --grpc_python_out=./python-stubs .AppSupport/proto3/services/* $ python -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs --grpc_python_out=./python-stubs ./AppSupport/proto3/services/* ``` The above command will generate two files for the each Application Support services: Loading AppSupport/proto3/services/app_dns_rules_service.proto +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ syntax = "proto3"; package mec011.services.appdnsrulesservice; import "google/protobuf/empty.proto"; import public "models/dns_rule.proto"; import public "models/problem_details.proto"; // import public "models/todo_object_mapping.proto"; Loading AppSupport/proto3/services/app_traffic_rules_service.proto +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ syntax = "proto3"; package mec011.services.apptrafficrulesservice; import "google/protobuf/empty.proto"; import public "models/problem_details.proto"; // import public "models/todo_object_mapping.proto"; import public "models/traffic_rule.proto"; Loading Loading
AppSupport/proto3/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer - Models: ```sh $ python3 -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs ./AppSupport/proto3/models/* $ python -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs ./AppSupport/proto3/models/* ``` The above command will generate .py files for all the data models in the ./models directory Loading @@ -38,7 +38,7 @@ Below are some usage examples for Go and Ruby. For other languages, please refer - Services: ```sh $ python3 -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs --grpc_python_out=./python-stubs .AppSupport/proto3/services/* $ python -m grpc_tools.protoc -I./AppSupport/proto3 --python_out=./python-stubs --grpc_python_out=./python-stubs ./AppSupport/proto3/services/* ``` The above command will generate two files for the each Application Support services: Loading
AppSupport/proto3/services/app_dns_rules_service.proto +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ syntax = "proto3"; package mec011.services.appdnsrulesservice; import "google/protobuf/empty.proto"; import public "models/dns_rule.proto"; import public "models/problem_details.proto"; // import public "models/todo_object_mapping.proto"; Loading
AppSupport/proto3/services/app_traffic_rules_service.proto +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ syntax = "proto3"; package mec011.services.apptrafficrulesservice; import "google/protobuf/empty.proto"; import public "models/problem_details.proto"; // import public "models/todo_object_mapping.proto"; import public "models/traffic_rule.proto"; Loading