initial commit

This commit is contained in:
2025-04-29 06:31:39 +02:00
commit 5f63e312c9
19 changed files with 1458 additions and 0 deletions

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