feat: docker mysql and redis
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package order;
|
||||
option go_package="./order";
|
||||
|
||||
message Request {
|
||||
string ping = 1;
|
||||
}
|
||||
|
||||
message Response {
|
||||
string pong = 1;
|
||||
}
|
||||
|
||||
service Order {
|
||||
rpc Ping(Request) returns(Response);
|
||||
}
|
||||
Reference in New Issue
Block a user