Update directory name to cover the correct package name
Some checks failed
Generate and Release Protos / release (push) Failing after 23s

This commit is contained in:
2026-01-07 13:17:02 +00:00
parent 7e2361015a
commit 2068a4335b
4 changed files with 0 additions and 0 deletions

View File

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