type streamProtocolV5 … var _ … func newStreamProtocolV5(options StreamOptions) streamProtocolHandler { … } func (p *streamProtocolV5) stream(conn streamCreator) error { … }
type streamProtocolV5 … var _ … func newStreamProtocolV5(options StreamOptions) streamProtocolHandler { … } func (p *streamProtocolV5) stream(conn streamCreator) error { … }