Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ type Orchestrator interface {
// If context is unavailable, nil will be returned.
Context() context.Context

// WithContext returns a shallow copy of an Orchestrator with the provided
// context.
WithContext(ctx context.Context) Orchestrator

// ServiceExtensionAssets exposes any assets that may have been bundled with the
// service extension.
ServiceExtensionAssets() bundle.SEAssets
Expand Down