(ctx context.Context)
| 124 | WriteFile(ctx context.Context, path string, reader io.Reader) error |
| 125 | EditFiles(ctx context.Context, edits FileEditRequest) (FileEditResponse, error) |
| 126 | SSH(ctx context.Context) (*gonet.TCPConn, error) |
| 127 | SSHClient(ctx context.Context) (*ssh.Client, error) |
| 128 | SSHClientOnPort(ctx context.Context, port uint16) (*ssh.Client, error) |
| 129 | SSHOnPort(ctx context.Context, port uint16) (*gonet.TCPConn, error) |
no outgoing calls