github.com/gotd/td/telegram/dcs.List.Options (field)
9 uses
github.com/gotd/td/telegram/dcs (current package)
list.go#L7: Options []tg.DCOption
list.go#L14: return d.Options == nil && d.Domains == nil && !d.Test
plain.go#L32: candidates := FindPrimaryDCs(list.Options, dc, p.preferIPv6)
plain.go#L47: candidates := FindDCs(list.Options, dc, p.preferIPv6)
prod.go#L8: Options: []tg.DCOption{
test.go#L15: Options: []tg.DCOption{
github.com/gotd/td/telegram
client.go#L153: DCOptions: opt.DCList.Options,
conn_builder.go#L58: Options: cfg.DCOptions,
github.com/gotd/td/session
tdesktop.go#L75: addr = findDCAddr(list.Options, dc)
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. |