mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
❌ revert(protobuf): Remove protobuf for now
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option go_package = "relay/internal/proto";
|
||||
|
||||
package proto;
|
||||
|
||||
message ProtoTimestampEntry {
|
||||
string stage = 1;
|
||||
google.protobuf.Timestamp time = 2;
|
||||
};
|
||||
|
||||
message ProtoLatencyTracker {
|
||||
string sequence_id = 1;
|
||||
repeated ProtoTimestampEntry timestamps = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user