MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / SetContainerNet

Method SetContainerNet

pkg/funclet/network/network.go:27–27  ·  view source on GitHub ↗
(containerPid int)

Source from the content-addressed store, hash-verified

25type NetworkManagerInterface interface {
26 InitNetwork(opt *NetworkOption) error
27 SetContainerNet(containerPid int) error
28 UnsetContainerNet(containerPid int) error
29}
30

Callers 2

InitContainerMethod · 0.65
SetNetworkMethod · 0.65

Implementers 1

ContainerNetworkpkg/funclet/network/network.go

Calls

no outgoing calls

Tested by

no test coverage detected