golang.org/x/crypto/ssh.Request.Type (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L85: 	Type      string
		channel.go#L444: 			Type:      msg.Request,
		mux.go#L258: 			Type:      msg.Type,
		session.go#L424: 		switch msg.Type {