mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 11:35:26 +00:00
Multitenant streams api (#72)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package geocoding;
|
||||
option go_package = "proto;geocoding";
|
||||
option go_package = "./proto;geocoding";
|
||||
|
||||
import "google/protobuf/wrappers.proto";
|
||||
|
||||
@@ -25,4 +25,4 @@ message Address {
|
||||
message Coordinates {
|
||||
google.protobuf.DoubleValue latitude = 1;
|
||||
google.protobuf.DoubleValue longitude = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user