Swap-Aggregator-Subgraph/node_modules/protocol-buffers-schema/test/fixtures/pheromon-trajectories.proto
2022-07-03 07:27:35 +05:30

9 lines
212 B
Protocol Buffer

message deviceTrajectory {
required bytes dates = 1 [packed=true];
required bytes signal_strengths = 2 [packed=true];
}
message trajectories {
repeated deviceTrajectory trajectories = 1 [packed=true];
}