(name string, wantReply bool, payload []byte)
| 11 | type SecureSession interface { |
| 12 | RequestPty(term string, height, width int, termModes ssh.TerminalModes) error |
| 13 | SendRequest(name string, wantReply bool, payload []byte) (bool, error) |
| 14 | StdinPipe() (io.WriteCloser, error) |
| 15 | StdoutPipe() (io.Reader, error) |
| 16 | StderrPipe() (io.Reader, error) |
no outgoing calls
no test coverage detected