MCPcopy 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.
106type Driver interface {
107 Create(*CreateRequest) error
108 List() (*ListResponse, error)
109 Get(*GetRequest) (*GetResponse, error)
110 Remove(*RemoveRequest) error

Callers 2

initMuxMethod · 0.65
CreateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected