Files
backend-data-contracts/protos/rail_backend/v1/common.proto
Fred Boniface 2068a4335b
Some checks failed
Generate and Release Protos / release (push) Failing after 23s
Update directory name to cover the correct package name
2026-01-07 13:17:02 +00:00

11 lines
167 B
Protocol Buffer

syntax = "proto3";
package rail_backend.v1;
message Metadata {
int64 push_to_queue_time = 1;
int64 data_fetch_time = 2;
map<string, string> tags = 3;
}