github.com/gotd/td/transport.Conn.Send (method)
3 uses
github.com/gotd/td/transport (current package)
connection.go#L16: Send(ctx context.Context, b *bin.Buffer) error
github.com/gotd/td/internal/exchange
proto.go#L41: return w.conn.Send(ctx, b)
github.com/gotd/td/internal/mtproto
write.go#L33: if err := c.conn.Send(ctx, b); err != nil {
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. |