File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,14 @@ function generate_routeguide_example {
97
97
generate_grpc " $proto " " $( dirname " $proto " ) " " $output " " Visibility=Internal"
98
98
}
99
99
100
+ function generate_error_details_example {
101
+ local proto=" $here /upstream/grpc/examples/helloworld.proto"
102
+ local output=" $root /Examples/error-details/Sources/Generated"
103
+
104
+ generate_message " $proto " " $( dirname " $proto " ) " " $output " " Visibility=Internal"
105
+ generate_grpc " $proto " " $( dirname " $proto " ) " " $output " " Visibility=Internal"
106
+ }
107
+
100
108
# - TESTS ----------------------------------------------------------------------
101
109
102
110
function generate_service_config_for_tests {
@@ -119,6 +127,7 @@ function generate_service_config_for_tests {
119
127
generate_echo_example
120
128
generate_helloworld_example
121
129
generate_routeguide_example
130
+ generate_error_details_example
122
131
123
132
# Tests
124
133
generate_service_config_for_tests
You can’t perform that action at this time.
0 commit comments