We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d373e2 + c40610e commit 399a16dCopy full SHA for 399a16d
1 file changed
context.go
@@ -28,12 +28,13 @@ import (
28
29
// InitContext is used for plugin initialization
30
type InitContext struct {
31
- Context context.Context
32
- Root string
33
- State string
34
- Config interface{}
35
- Address string
36
- TTRPCAddress string
+ Context context.Context
+ Root string
+ State string
+ Config interface{}
+ Address string
+ TTRPCAddress string
37
+ RegisterReadiness func() func()
38
39
// deprecated: will be removed in 2.0, use plugin.EventType
40
Events *exchange.Exchange
0 commit comments