Initial commit
This commit is contained in:
9
src/main/proto/echo.proto
Normal file
9
src/main/proto/echo.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package echo;
|
||||
option java_package = "fr.istic.grpc.echo";
|
||||
|
||||
service EchoService {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user