github.com/gotd/td/internal/pool.Session.DC (field)
13 uses
github.com/gotd/td/internal/pool (current package)
session.go#L12: DC int
session.go#L40: s.data.DC = dc
github.com/gotd/td/telegram
client.go#L148: DC: opt.DC,
conn_builder.go#L82: zap.Int("dc_id", s.DC),
conn_builder.go#L86: c.primaryDC(s.DC), mode, c.appID,
conn_builder.go#L88: DC: s.DC,
migrate_to_dc.go#L45: if s.DC == dcID {
pool.go#L46: return c.createPool(s.DC, max, func() pool.Conn {
session.go#L33: data.DC = prev.DC
session.go#L53: DC: data.DC,
session.go#L98: DC: cfg.ThisDC,
session.go#L104: primaryDC := c.session.Load().DC
session.go#L112: DC: cfg.ThisDC,
|
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. |