github.com/gotd/td/telegram/dcs.DNSConfig.Rules (field)
10 uses
github.com/gotd/td/telegram/dcs (current package)
dns.go#L179: Rules: cfg.Rules,
github.com/gotd/td/tg
tl_help_config_simple_gen.go#L43: Rules []AccessPointRule
tl_help_config_simple_gen.go#L67: if !(c.Rules == nil) {
tl_help_config_simple_gen.go#L91: c.Rules = from.GetRules()
tl_help_config_simple_gen.go#L149: b.PutInt(len(c.Rules))
tl_help_config_simple_gen.go#L150: for idx, v := range c.Rules {
tl_help_config_simple_gen.go#L195: c.Rules = make([]AccessPointRule, 0, headerLen%bin.PreallocateLimit)
tl_help_config_simple_gen.go#L202: c.Rules = append(c.Rules, value)
tl_help_config_simple_gen.go#L229: return c.Rules
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. |