Multitenant streams api (#72)

This commit is contained in:
Dominic Wong
2021-03-18 17:21:41 +00:00
committed by GitHub
parent 28ad626d91
commit 8dfe49f813
87 changed files with 1890 additions and 1064 deletions

View File

@@ -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;
}
}