Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 Changes in this version + type CmdResult struct + Err error + Out string + type FakeClient struct + ActivatedShell []string + Outputs map[string]CmdResult + func (fsc *FakeClient) Output(command string) (string, error) + func (fsc *FakeClient) Shell(args ...string) error + func (fsc *FakeClient) Start(command string) (io.ReadCloser, io.ReadCloser, error) + func (fsc *FakeClient) Wait() error