Add automation
Some checks failed
Generate and Release Protos / release (push) Failing after 43s

This commit is contained in:
Fred Boniface
2025-12-16 21:42:16 +00:00
commit 9ebf62e2c6
8 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
syntax = "proto3";
package rail.v1;
option go_package = "git.fjla.uk/owlboard/generated/go/rail/v1";
message Metadata {
int64 push_to_queue_time = 1;
int64 data_fetch_time = 2;
map<string, string> tags = 3;
}