We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d2c4 commit 0facc85Copy full SHA for 0facc85
api/types/event.proto
@@ -25,9 +25,9 @@ import "google/protobuf/timestamp.proto";
25
option go_package = "github.com/containerd/containerd/v2/api/types;types";
26
27
message Envelope {
28
- option (containerd.types.fieldpath) = true;
29
- google.protobuf.Timestamp timestamp = 1;
30
- string namespace = 2;
31
- string topic = 3;
32
- 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;
33
}
0 commit comments