MCPcopy Index your code
hub / github.com/docker/cli / errPluginNotFound

TypeAlias errPluginNotFound

cli-plugins/manager/manager.go:24–24  ·  view source on GitHub ↗

errPluginNotFound is the error returned when a plugin could not be found.

Source from the content-addressed store, hash-verified

22
23// errPluginNotFound is the error returned when a plugin could not be found.
24type errPluginNotFound string
25
26func (errPluginNotFound) NotFound() {}
27

Callers 3

TestErrPluginNotFoundFunction · 0.85
getPluginFunction · 0.85
PluginRunCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected