Fix proto formatting
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
7f2d2c4f44
commit
0facc85925
@ -25,9 +25,9 @@ import "google/protobuf/timestamp.proto";
|
|||||||
option go_package = "github.com/containerd/containerd/v2/api/types;types";
|
option go_package = "github.com/containerd/containerd/v2/api/types;types";
|
||||||
|
|
||||||
message Envelope {
|
message Envelope {
|
||||||
option (containerd.types.fieldpath) = true;
|
option (containerd.types.fieldpath) = true;
|
||||||
google.protobuf.Timestamp timestamp = 1;
|
google.protobuf.Timestamp timestamp = 1;
|
||||||
string namespace = 2;
|
string namespace = 2;
|
||||||
string topic = 3;
|
string topic = 3;
|
||||||
google.protobuf.Any event = 4;
|
google.protobuf.Any event = 4;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user