type golang.org/x/crypto/ssh.channelCloseMsg

4 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L403: 		ch.sendMessage(channelCloseMsg{PeersID: ch.remoteId})
		channel.go#L552: 	return ch.sendMessage(channelCloseMsg{
		messages.go#L258: type channelCloseMsg struct {
		messages.go#L818: 		msg = new(channelCloseMsg)