Versions in this module Expand all Collapse all v0 v0.0.1 Feb 26, 2018 Changes in this version + type ContextCall int + const CliCall + const ConsoleCall + type RemoteCli interface + Close func() + Eval func(line string) (string, error) + GetActionsMap func() map[string]func([]string) (string, error) + RemoteVersion func() (*pb.VersionResponse, error) + func NewRemoteCli(name string, version string, ctxCall ContextCall, addr string, timeout int, ...) (RemoteCli, error)