Documentation ¶ Index ¶ func ExecuteLocal(module types.Module) (string, error) func ExecuteRemote(r *Remote, module types.Module) (string, error) type Remote func NewRemote(ssh *rig.SSH) (*Remote, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExecuteLocal ¶ added in v0.0.3 func ExecuteLocal(module types.Module) (string, error) func ExecuteRemote ¶ added in v0.0.9 func ExecuteRemote(r *Remote, module types.Module) (string, error) Types ¶ type Remote ¶ added in v0.0.9 type Remote struct { Conn rig.Connection PythonBin string } func NewRemote ¶ added in v0.0.9 func NewRemote(ssh *rig.SSH) (*Remote, error) Source Files ¶ View all Source files exec.go remote.go template-remote.go template.go Click to show internal directories. Click to hide internal directories.