type github.com/gotd/td/transport.Protocol

7 uses

	github.com/gotd/td/transport (current package)
		protocol.go#L14: type Protocol struct {
		protocol.go#L21: func NewProtocol(getCodec func() Codec) Protocol {
		protocol.go#L22: 	return Protocol{
		protocol.go#L53: func (p Protocol) Codec() Codec {
		protocol.go#L58: func (p Protocol) CodecNoHeader() Codec {
		protocol.go#L63: func (p Protocol) Handshake(conn net.Conn) (Conn, error) {
		protocol.go#L76: func (p Protocol) Pipe() (a, b Conn) {