Versions in this module Expand all Collapse all v1 v1.19.0 Aug 20, 2020 Changes in this version + type NetNS struct + func LoadNetNS(path string) *NetNS + func NewNetNS() (*NetNS, error) + func (n *NetNS) Closed() (bool, error) + func (n *NetNS) Do(f func(cnins.NetNS) error) error + func (n *NetNS) GetPath() string + func (n *NetNS) Remove() error