type golang.org/x/crypto/ssh.Waitmsg
8 uses
golang.org/x/crypto/ssh (current package)
session.go#L421: wm := Waitmsg{status: -1}
session.go#L601: Waitmsg
session.go#L610: type Waitmsg struct {
session.go#L618: func (w Waitmsg) ExitStatus() int {
session.go#L624: func (w Waitmsg) Signal() string {
session.go#L629: func (w Waitmsg) Msg() string {
session.go#L634: func (w Waitmsg) Lang() string {
session.go#L638: func (w Waitmsg) String() string {
![]() |
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. |