golang.org/x/crypto/ssh.Session.started (field)
8 uses
golang.org/x/crypto/ssh (current package)
session.go#L134: started bool // true once Start, Run or Shell is invoked.
session.go#L279: if s.started {
session.go#L358: if s.started {
session.go#L373: s.started = true
session.go#L400: if !s.started {
session.go#L545: if s.started {
session.go#L562: if s.started {
session.go#L579: if s.started {
![]() |
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. |