github.com/gotd/td/tg.CDNConfig.PublicKeys (field)
10 uses
github.com/gotd/td/tg (current package)
tl_cdn_config_gen.go#L46: PublicKeys []CDNPublicKey
tl_cdn_config_gen.go#L64: if !(c.PublicKeys == nil) {
tl_cdn_config_gen.go#L84: c.PublicKeys = from.GetPublicKeys()
tl_cdn_config_gen.go#L132: b.PutVectorHeader(len(c.PublicKeys))
tl_cdn_config_gen.go#L133: for idx, v := range c.PublicKeys {
tl_cdn_config_gen.go#L164: c.PublicKeys = make([]CDNPublicKey, 0, headerLen%bin.PreallocateLimit)
tl_cdn_config_gen.go#L171: c.PublicKeys = append(c.PublicKeys, value)
tl_cdn_config_gen.go#L182: return c.PublicKeys
github.com/gotd/td/telegram
cdn.go#L166: entries, err := parseCDNKeyEntries(cfg.PublicKeys...)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |