mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 05:35:10 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package routing;
|
||||
option go_package = "proto;routing";
|
||||
option go_package = "./proto;routing";
|
||||
|
||||
import "google/protobuf/wrappers.proto";
|
||||
|
||||
@@ -21,4 +21,4 @@ message RouteRequest {
|
||||
|
||||
message RouteResponse {
|
||||
repeated Point waypoints = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user