(*network, int)
| 26 | // a container's networking stack |
| 27 | type networkStrategy interface { |
| 28 | create(*network, int) error |
| 29 | initialize(*network) error |
| 30 | detach(*configs.Network) error |
| 31 | attach(*configs.Network) error |
no outgoing calls
no test coverage detected