github.com/gotd/td/tg.Config.ForceTryIpv6 (field)
9 uses
github.com/gotd/td/tg (current package)
tl_config_gen.go#L57: ForceTryIpv6 bool
tl_config_gen.go#L241: if !(c.ForceTryIpv6 == false) {
tl_config_gen.go#L437: c.ForceTryIpv6 = from.GetForceTryIpv6()
tl_config_gen.go#L760: if !(c.ForceTryIpv6 == false) {
tl_config_gen.go#L918: c.ForceTryIpv6 = c.Flags.Has(14)
tl_config_gen.go#L1306: c.ForceTryIpv6 = true
tl_config_gen.go#L1309: c.ForceTryIpv6 = false
github.com/gotd/td/session
session.go#L58: ForceTryIpv6: c.ForceTryIpv6,
session.go#L76: ForceTryIpv6: c.ForceTryIpv6,
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. |