github.com/gotd/td/bin.Buffer.Skip (method)
6 uses
github.com/gotd/td/bin (current package)
buffer.go#L33: func (b *Buffer) Skip(n int) {
github.com/gotd/td/internal/proto
rpc_result.go#L38: b.Skip(len(b.Buf))
github.com/gotd/td/internal/proto/codec
full.go#L103: inner.Skip(payloadLength)
github.com/gotd/td/session/tdesktop
dbi.go#L140: r.buf.Skip(size)
dbi.go#L160: r.buf.Skip(size)
dbi.go#L172: r.buf.Skip(n)
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. |