type github.com/gotd/td/internal/proto/codec.NoHeader
7 uses
github.com/gotd/td/internal/proto/codec (current package)
no_header.go#L6: type NoHeader struct {
no_header.go#L11: func (NoHeader) WriteHeader(io.Writer) error {
no_header.go#L16: func (NoHeader) ReadHeader(io.Reader) error {
github.com/gotd/td/telegram/dcs
mtproxy.go#L135: protocol: transport.NewProtocol(func() transport.Codec { return codec.NoHeader{Codec: cdc} }),
plain.go#L112: return codec.NoHeader{Codec: cdc}
websocket.go#L99: protocol: transport.NewProtocol(func() transport.Codec { return codec.NoHeader{Codec: cdc} }),
github.com/gotd/td/transport
protocol.go#L59: return codec.NoHeader{Codec: p.codec()}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |