github.com/gotd/td/tg.AccessPointRule.IPs (field)
11 uses
github.com/gotd/td/tg (current package)
tl_access_point_rule_gen.go#L43: IPs []IPPortClass
tl_access_point_rule_gen.go#L67: if !(a.IPs == nil) {
tl_access_point_rule_gen.go#L91: a.IPs = from.GetIPs()
tl_access_point_rule_gen.go#L149: b.PutInt(len(a.IPs))
tl_access_point_rule_gen.go#L150: for idx, v := range a.IPs {
tl_access_point_rule_gen.go#L198: a.IPs = make([]IPPortClass, 0, headerLen%bin.PreallocateLimit)
tl_access_point_rule_gen.go#L205: a.IPs = append(a.IPs, value)
tl_access_point_rule_gen.go#L232: return a.IPs
tl_access_point_rule_gen.go#L237: return IPPortClassArray(a.IPs)
github.com/gotd/td/telegram/dcs
dns.go#L119: for _, ip := range rule.IPs {
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. |