MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / List

Method List

volume/api.go:108–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106type Driver interface {
107 Create(*CreateRequest) error
108 List() (*ListResponse, error)
109 Get(*GetRequest) (*GetResponse, error)
110 Remove(*RemoveRequest) error
111 Path(*PathRequest) (*PathResponse, error)

Callers 2

initMuxMethod · 0.65
ListMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected