]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - rpc/conn.go
Move embedded remote helpers to cmd/safcm/
[safcm/safcm.git] / rpc / conn.go
index 03b748545f12c1c588acb24bac2761e0b439b25c..3f7ade144c1c2905254da49eb7924552aa3c362d 100644 (file)
@@ -20,6 +20,7 @@ package rpc
 import (
        "bufio"
        "fmt"
+       "io/fs"
        "os/exec"
        "strings"
        "sync"
@@ -36,6 +37,8 @@ type Conn struct {
        sshRemote string
        sshOpts   []string
 
+       remoteHelpers fs.FS
+
        cmd  *exec.Cmd
        conn *safcm.GobConn
 }