Fix proto formatting

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2024-02-02 10:30:36 -08:00
parent 7f2d2c4f44
commit 0facc85925

View File

@ -25,9 +25,9 @@ import "google/protobuf/timestamp.proto";
option go_package = "github.com/containerd/containerd/v2/api/types;types";
message Envelope {
option (containerd.types.fieldpath) = true;
google.protobuf.Timestamp timestamp = 1;
string namespace = 2;
string topic = 3;
google.protobuf.Any event = 4;
option (containerd.types.fieldpath) = true;
google.protobuf.Timestamp timestamp = 1;
string namespace = 2;
string topic = 3;
google.protobuf.Any event = 4;
}