Versions in this module Expand all Collapse all v0 v0.1.0-alpha.0 Jul 18, 2018 v0.0.1 Mar 22, 2018 Changes in this version + type Client struct + func NewClient() (*Client, error) + func (cli *Client) GetContainerIDByMountedDevice(devicePathInContainer string) (string, error) + func (cli *Client) GetPidByContainerID(containerID string) (int, error)