MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / hookableFakeNetworkPlugin

Struct hookableFakeNetworkPlugin

network/testing/plugins_test.go:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161type hookableFakeNetworkPluginSetupHook func(namespace, name string, id config.ContainerID)
162
163type hookableFakeNetworkPlugin struct {
164 setupHook hookableFakeNetworkPluginSetupHook
165}
166
167func newHookableFakeNetworkPlugin(
168 setupHook hookableFakeNetworkPluginSetupHook,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected