(netOutRule garden.NetOutRule)
| 71 | } |
| 72 | |
| 73 | func (container *container) NetOut(netOutRule garden.NetOutRule) error { |
| 74 | return container.connection.NetOut(container.handle, netOutRule) |
| 75 | } |
| 76 | |
| 77 | func (container *container) BulkNetOut(netOutRules []garden.NetOutRule) error { |
| 78 | return container.connection.BulkNetOut(container.handle, netOutRules) |