initial commit
This commit is contained in:
13
servers/grpc/proto/geojson.proto
Normal file
13
servers/grpc/proto/geojson.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "git.coopgo.io/coopgo-platform/multimodal-routing/servers/grpc/proto";
|
||||
|
||||
// import "google/protobuf/timestamp.proto";
|
||||
|
||||
message FeatureCollection {
|
||||
string serialized = 1;
|
||||
}
|
||||
|
||||
message Feature {
|
||||
string serialized = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user