Documentation
¶
Index ¶
- Constants
- func CreateSession(sshClient *ssh.Client) (*ssh.Session, error)
- func EstablishConnection() (*ssh.Client, error)
- func Exec(session *ssh.Session, dir string, cmd []string) error
- func ProjectPath(cwd string) string
- func RemoteRITCSDirectory() string
- func RunRsync(projectPath string, op rsyncOperation) error
Constants ¶
View Source
const ( Download rsyncOperation = iota Upload rsyncOperation = iota )
Variables ¶
This section is empty.
Functions ¶
func EstablishConnection ¶
func ProjectPath ¶
func RemoteRITCSDirectory ¶
func RemoteRITCSDirectory() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.