Versions in this module Expand all Collapse all v0 v0.8.1 Feb 18, 2014 Changes in this version + type Link struct + ChildEnvironment []string + ChildIP string + IsEnabled bool + Name string + ParentIP string + Ports []nat.Port + func NewLink(parentIP, childIP, name string, env []string, ...) (*Link, error) + func (l *Link) Alias() string + func (l *Link) Disable() + func (l *Link) Enable() error + func (l *Link) ToEnv() []string