Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Dec 18, 2024
1 parent 528ba48 commit a6faf86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions private/buf/bufctl/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ type Controller interface {
// with a configured bufcheck Client.
//
// ImageWithConfig scopes the configuration per image for use with breaking
// and lint checks. The Client is bound to the input to ensure that the
// correct plugin dependencies are used.
// and lint checks. The check Client is bound to the input to ensure that the
// correct remote plugin dependencies are used. A wasmRuntime is provided
// to evaluate Wasm plugins.
GetTargetImageWithConfigsAndCheckClient(
ctx context.Context,
input string,
Expand Down Expand Up @@ -140,7 +141,8 @@ type Controller interface {
// GetCheckClientForWorkspace returns a new bufcheck Client for the given Workspace.
//
// Clients are bound to a specific Workspace to ensure that the correct
// plugin dependencies are used.
// plugin dependencies are used. A wasmRuntime is provided to evaluate
// Wasm plugins.
GetCheckClientForWorkspace(
ctx context.Context,
workspace bufworkspace.Workspace,
Expand Down

0 comments on commit a6faf86

Please sign in to comment.