github.com/gotd/td/bin.Buffer.Put (method)
10 uses
github.com/gotd/td/bin (current package)
encode.go#L16: func (b *Buffer) Put(raw []byte) {
github.com/gotd/td/internal/crypto
encrypted_message.go#L53: b.Put(e.AuthKeyID[:])
encrypted_message.go#L55: b.Put(e.EncryptedData)
encrypted_message_data.go#L30: b.Put(e.MessageDataWithPadding)
github.com/gotd/td/internal/proto
container.go#L64: b.Put(m.Body)
rpc_result.go#L20: b.Put(r.Result)
unencrypted_message.go#L53: b.Put(u.MessageData)
github.com/gotd/td/internal/proto/codec
abridged.go#L97: inner.Put([]byte{byte(encodeLength)})
abridged.go#L107: inner.Put(buf[:4])
full.go#L62: write.Put(b.Raw())
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. |