type github.com/gotd/td/internal/mtproto.Dialer
8 uses
github.com/gotd/td/internal/mtproto (current package)
conn.go#L48: type Dialer func(ctx context.Context) (transport.Conn, error)
conn.go#L54: dialer Dialer
conn.go#L117: func New(dialer Dialer, opt Options) *Conn {
github.com/gotd/td/telegram
conn_builder.go#L36: create mtproto.Dialer,
conn_builder.go#L45: create mtproto.Dialer,
conn_builder.go#L64: func (c *Client) primaryDC(dc int) mtproto.Dialer {
pool.go#L52: func (c *Client) dc(ctx context.Context, dcID int, max int64, dialer mtproto.Dialer) (*pool.DC, error) {
github.com/gotd/td/telegram/internal/manager
create.go#L55: create mtproto.Dialer,
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. |