Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/go-plugins-helpers
/ ErrDriver
Struct
ErrDriver
network/api_test.go:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
type
ErrDriver
struct
{
69
Driver
70
}
71
72
func
(e *ErrDriver) GetCapabilities() (*CapabilitiesResponse, error) {
73
return
nil, fmt.Errorf(
"I CAN HAZ ERRORZ"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected