MCPcopy Create free account

hub / github.com/docker/go-plugins-helpers / functions

Functions134 in github.com/docker/go-plugins-helpers

FunctionNewHandler
NewHandler creates a new Handler with an http mux.
sdk/handler.go:20
FunctionNewHandler
NewHandler initializes the request handler with a driver implementation.
ipam/api.go:98
MethodPath
(req *PathRequest)
volume/api_test.go:178
MethodPath
(req *volumeplugin.PathRequest)
volume/shim/shim.go:70
MethodProgramExternalConnectivity
(r *ProgramExternalConnectivityRequest)
network/api_test.go:48
MethodRemove
(req *RemoveRequest)
volume/api_test.go:167
MethodRemove
(volume.Volume)
volume/shim/shim_test.go:18
MethodRemove
(req *volumeplugin.RemoveRequest)
volume/shim/shim.go:59
MethodRevokeExternalConnectivity
(r *RevokeExternalConnectivityRequest)
network/api_test.go:64
MethodServeUnix
ServeUnix makes the handler to listen for requests in a unix socket. It also creates the socket file in the right directory for docker to read.
sdk/handler.go:58
MethodServeWindows
ServeWindows makes the handler to listen for request in a Windows named pipe. It also creates the spec file in the right directory for docker to read.
sdk/handler.go:74
FunctionStreamResponse
StreamResponse streams a response object to the client
sdk/encoder.go:31
FunctionTestActivate
(t *testing.T)
network/api_test.go:139
FunctionTestActivate
(t *testing.T)
authorization/api_test.go:43
FunctionTestAuthZReq
(t *testing.T)
authorization/api_test.go:61
FunctionTestAuthZRes
(t *testing.T)
authorization/api_test.go:98
FunctionTestCapabilitiesExchange
(t *testing.T)
network/api_test.go:152
FunctionTestCreateNetworkError
(t *testing.T)
network/api_test.go:187
FunctionTestCreateNetworkSuccess
(t *testing.T)
network/api_test.go:166
FunctionTestHandler
(t *testing.T)
secrets/api_test.go:12
FunctionTestHandler
(t *testing.T)
volume/api_test.go:14
FunctionTestMain
(m *testing.M)
network/api_test.go:123
FunctionTestMain
(m *testing.M)
authorization/api_test.go:216
FunctionTestPeerCertificateMarshalJSON
(t *testing.T)
authorization/api_test.go:135
FunctionTestProgramExternalConnectivity
(t *testing.T)
network/api_test.go:206
FunctionTestVolumeDriver
(t *testing.T)
volume/shim/shim_test.go:23
MethodUnmount
(req *UnmountRequest)
volume/api_test.go:198
MethodUnmount
(req *volumeplugin.UnmountRequest)
volume/shim/shim.go:94
FunctionWindowsDefaultDaemonRootDir
WindowsDefaultDaemonRootDir returns default data directory of docker daemon on Windows.
sdk/spec_file_generator.go:22
FunctionnewUnixListener
(pluginName string, gid int)
sdk/unix_listener_unsupported.go:10
FunctionnewWindowsListener
(address, pluginName, daemonRoot string, pipeConfig *WindowsPipeConfig)
sdk/windows_listener_unsupported.go:10
FunctionsetupSocketActivation
FIXME(thaJeztah): this code was added in https://github.com/docker/go-plugins-helpers/commit/008703b825c10311af1840deeaf5f4769df7b59e, but is not used
sdk/unix_listener_nosystemd.go:8
FunctionsetupSocketActivation
FIXME(thaJeztah): this code was added in https://github.com/docker/go-plugins-helpers/commit/008703b825c10311af1840deeaf5f4769df7b59e, but is not used
sdk/unix_listener_systemd.go:28
FunctionwindowsCreateDirectoryWithACL
(name string)
sdk/windows_listener_unsupported.go:14
← previous101–134 of 134, ranked by callers