We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399a16d commit 3fb325bCopy full SHA for 3fb325b
1 file changed
context.go
@@ -22,7 +22,6 @@ import (
22
"path/filepath"
23
24
"github.com/containerd/containerd/errdefs"
25
- "github.com/containerd/containerd/events/exchange"
26
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
27
)
28
@@ -36,10 +35,8 @@ type InitContext struct {
36
35
TTRPCAddress string
37
RegisterReadiness func() func()
38
39
- // deprecated: will be removed in 2.0, use plugin.EventType
40
- Events *exchange.Exchange
41
-
42
- Meta *Meta // plugins can fill in metadata at init.
+ // Meta is metadata plugins can fill in at init
+ Meta *Meta
43
44
plugins *Set
45
}
0 commit comments