type github.com/gotd/td/internal/proto/codec.Abridged
9 uses
github.com/gotd/td/internal/proto/codec (current package)
abridged.go#L20: type Abridged struct{}
abridged.go#L23: _ TaggedCodec = Abridged{}
abridged.go#L27: func (i Abridged) WriteHeader(w io.Writer) error {
abridged.go#L36: func (i Abridged) ReadHeader(r io.Reader) error {
abridged.go#L50: func (i Abridged) ObfuscatedTag() (r [4]byte) {
abridged.go#L56: func (i Abridged) Write(w io.Writer, b *bin.Buffer) error {
abridged.go#L73: func (i Abridged) Read(r io.Reader, b *bin.Buffer) error {
github.com/gotd/td/internal/mtproxy
secret.go#L34: cdc = codec.Abridged{}
github.com/gotd/td/transport
protocol.go#L34: Abridged = NewProtocol(func() Codec { return codec.Abridged{} })
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. |