overflow db proxy grpc proto
This commit is contained in:
parent
09a0fe7da0
commit
7860b079b4
3
grpc/cmd
3
grpc/cmd
|
@ -1 +1,2 @@
|
|||
protoc -I grpc/ grpc/grpc.proto --go_out=plugins=grpc:grpc
|
||||
protoc -I grpc/ grpc/grpc.proto --go_out=plugins=grpc:build/golang
|
||||
protoc -I grpc/ grpc/grpc.proto --java_out=build/java
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "com.loafle.overflow.db.api";
|
||||
|
||||
message DBInput {
|
||||
string targetDao = 1;
|
||||
string method = 2;
|
||||
|
@ -7,7 +9,7 @@ message DBInput {
|
|||
}
|
||||
|
||||
message DBOutput {
|
||||
map<string, string> result = 1;
|
||||
string result = 1;
|
||||
}
|
||||
|
||||
service DB {
|
||||
|
|
Loading…
Reference in New Issue
Block a user