Explorar el Código

llnw.proto增加java包相关选项

世祺 hace 1 año
padre
commit
9863c5d2a0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      llnw.proto

+ 4 - 0
llnw.proto

@@ -1,5 +1,9 @@
 syntax = "proto3";
 package llnwApi.Delivery;
+
+option java_multiple_files = true;
+option java_package = "io.grpc.llnw.delivery";
+
 service DeliveryService {
   rpc ListDelivery(ShortNameRequest)returns(DeliveryList){};
   rpc ValidateDelivery(DeliveryRequest)returns(DeliveryEntity){};