Versions in this module Expand all Collapse all v1 v1.1.0 Nov 25, 2018 v1.0.0 Nov 11, 2018 Changes in this version + type Octopus struct + func New(c remote.Connector, hostGroups []string, groupsFile string) *Octopus + func (o *Octopus) Do(action remote.Action) (numHostErrors int, err error) + type Result struct + Err error + Hostname string + Stderr *bytes.Buffer + Stdout *bytes.Buffer + func (r *Result) Print()