Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ NotFound
Method
NotFound
cli-plugins/manager/manager.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
type
errPluginNotFound string
25
26
func
(errPluginNotFound) NotFound() {}
27
28
func
(e errPluginNotFound) Error() string {
29
return
"Error: No such CLI plugin: "
+ string(e)
Callers
1
TestErrPluginNotFound
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestErrPluginNotFound
Function · 0.36