type github.com/gotd/td/internal/proto/codec.Full
6 uses
github.com/gotd/td/internal/proto/codec (current package)
full.go#L16: type Full struct {
full.go#L22: func (i *Full) WriteHeader(w io.Writer) (err error) {
full.go#L27: func (i *Full) ReadHeader(r io.Reader) (err error) {
full.go#L32: func (i *Full) Write(w io.Writer, b *bin.Buffer) error {
full.go#L45: func (i *Full) Read(r io.Reader, b *bin.Buffer) error {
github.com/gotd/td/transport
protocol.go#L49: Full = NewProtocol(func() Codec { return &codec.Full{} })
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. |