fix(build): snake_case service names (#190)

This commit is contained in:
Juan Alvarez
2019-12-14 15:08:28 -05:00
committed by Lucio Franco
parent 82facb6283
commit 3a5c66d5f2
8 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ pub mod pb {
// Ensure that an RPC service, defined before including a file that defines
// another service in a different protocol buffer package, is not incorrectly
// cleared from the context of its package.
type _Test = dyn pb::topservice_server::TopService;
type _Test = dyn pb::top_service_server::TopService;