Update directory name to cover the correct package name
Some checks failed
Generate and Release Protos / release (push) Failing after 23s
Some checks failed
Generate and Release Protos / release (push) Failing after 23s
This commit is contained in:
10
protos/rail_backend/v1/common.proto
Normal file
10
protos/rail_backend/v1/common.proto
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user