type streamProtocolV3 … var _ … func newStreamProtocolV3(options StreamOptions) streamProtocolHandler { … } func (p *streamProtocolV3) createStreams(conn streamCreator) error { … } func (p *streamProtocolV3) handleResizes() { … } func (p *streamProtocolV3) stream(conn streamCreator) error { … } type errorDecoderV3 …