golang.org/x/crypto/ssh.mux.sendMessage (method)
7 uses
golang.org/x/crypto/ssh (current package)
mux.go#L132: func (m *mux) sendMessage(msg interface{}) error {
mux.go#L146: if err := m.sendMessage(globalRequestMsg{
mux.go#L176: return m.sendMessage(globalRequestSuccessMsg{Data: data})
mux.go#L178: return m.sendMessage(globalRequestFailureMsg{Data: data})
mux.go#L286: return m.sendMessage(failMsg)
mux.go#L318: if err := m.sendMessage(open); err != nil {
mux.go#L343: return m.sendMessage(channelRequestFailureMsg{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |