Versions in this module Expand all Collapse all v0 v0.0.2 Nov 1, 2014 v0.0.1 Oct 31, 2014 Changes in this version + const STATUS_FAILED + const STATUS_HUNG + const STATUS_LOADING + const STATUS_RUNNING + const STATUS_STOPPED + type Actorer interface + Image func() string + Info func() interface{} + Name func() string + Restart func() error + Start func() error + Status func() Status + Stop func() error + Tags func() []string + type Backender interface + Deploy func(Actorer) (err error) + Destroy func(Actorer) error + GetActorer func(pattern string) (Actorer, error) + Info func() interface{} + ListDeploys func(pattern string) (deploys []Actorer, err error) + Restart func(Actorer) error + Start func(Actorer) error + Stop func(Actorer) error + type Status int64