| 161 | type hookableFakeNetworkPluginSetupHook func(namespace, name string, id config.ContainerID) |
| 162 | |
| 163 | type hookableFakeNetworkPlugin struct { |
| 164 | setupHook hookableFakeNetworkPluginSetupHook |
| 165 | } |
| 166 | |
| 167 | func newHookableFakeNetworkPlugin( |
| 168 | setupHook hookableFakeNetworkPluginSetupHook, |
nothing calls this directly
no outgoing calls
no test coverage detected