Versions in this module Expand all Collapse all v0 v0.7.1 Oct 9, 2019 v0.7.0 Oct 8, 2019 Changes in this version + type Deployer interface + Deploy func(ctx context.Context, workdir string, name string, ports []int32) error + Destroy func(ctx context.Context, name string) error + GetStatus func(ctx context.Context, name string) error + Update func(ctx context.Context, name string) error