MCPcopy Index your code
hub / github.com/cloudfoundry/cli / SendRequest

Method SendRequest

util/clissh/secure_session.go:13–13  ·  view source on GitHub ↗
(name string, wantReply bool, payload []byte)

Source from the content-addressed store, hash-verified

11type 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)

Callers 4

resizeMethod · 0.65
keepaliveFunction · 0.65
resizeMethod · 0.65
keepaliveFunction · 0.65

Implementers 2

FakeSecureSessioncf/ssh/sshfakes/fake_secure_session.go
FakeSecureSessionutil/clissh/clisshfakes/fake_secure_se

Calls

no outgoing calls

Tested by

no test coverage detected