Documentation ¶ Index ¶ type Dwrapper func New(dSocket string, ns string) (*Dwrapper, error) func (d *Dwrapper) Close() error func (d *Dwrapper) GetEnv(cID string) ([]string, error) func (d *Dwrapper) GetInitPid(cID string) (uint32, error) func (d *Dwrapper) GetRootDir(cID string) (string, error) func (d *Dwrapper) GetWorkingDir(cID string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dwrapper ¶ type Dwrapper struct { // contains filtered or unexported fields } func New ¶ func New(dSocket string, ns string) (*Dwrapper, error) func (*Dwrapper) Close ¶ func (d *Dwrapper) Close() error func (*Dwrapper) GetEnv ¶ func (d *Dwrapper) GetEnv(cID string) ([]string, error) func (*Dwrapper) GetInitPid ¶ func (d *Dwrapper) GetInitPid(cID string) (uint32, error) func (*Dwrapper) GetRootDir ¶ func (d *Dwrapper) GetRootDir(cID string) (string, error) func (*Dwrapper) GetWorkingDir ¶ func (d *Dwrapper) GetWorkingDir(cID string) (string, error) Source Files ¶ View all Source files dwrapper.go Click to show internal directories. Click to hide internal directories.