Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/go-plugins-helpers
/ Create
Method
Create
volume/api.go:107–107 ·
view source on GitHub ↗
(*CreateRequest)
Source
from the content-addressed store, hash-verified
105
// Driver represent the interface a driver must fulfill.
106
type
Driver
interface
{
107
Create(*CreateRequest) error
108
List() (*ListResponse, error)
109
Get(*GetRequest) (*GetResponse, error)
110
Remove(*RemoveRequest) error
Callers
2
initMux
Method · 0.65
Create
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected