Versions in this module Expand all Collapse all v1 v1.0.1 Jun 21, 2015 v1.0.0 Jun 18, 2015 Changes in this version + func IsContainerID(idStr string) bool + type Client struct + func NewClient(apiPath string) (*Client, error) + func (c *Client) AddObserver(ob ContainerObserver) error + func (c *Client) IsContainerNotRunning(idStr string) bool + type ContainerObserver interface + ContainerDied func(ident string) error