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 79fdbe2 commit 9df7a81Copy full SHA for 9df7a81
orchestrator/orchestrator.go
@@ -54,6 +54,10 @@ type Orchestrator interface {
54
// If context is unavailable, nil will be returned.
55
Context() context.Context
56
57
+ // WithContext returns a shallow copy of an Orchestrator with the provided
58
+ // context.
59
+ WithContext(ctx context.Context) Orchestrator
60
+
61
// ServiceExtensionAssets exposes any assets that may have been bundled with the
62
// service extension.
63
ServiceExtensionAssets() bundle.SEAssets
0 commit comments