mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package etas;
|
||||
option go_package = "proto;etas";
|
||||
option go_package = "./proto;etas";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
@@ -41,4 +41,4 @@ message Response {
|
||||
message ETA {
|
||||
google.protobuf.Timestamp estimated_arrival_time = 1;
|
||||
google.protobuf.Timestamp estimated_departure_time = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user