github.com/gotd/td/tg.CDNPublicKey.PublicKey (field)
7 uses
github.com/gotd/td/tg (current package)
tl_cdn_public_key_gen.go#L48: PublicKey string
tl_cdn_public_key_gen.go#L69: if !(c.PublicKey == "") {
tl_cdn_public_key_gen.go#L91: c.PublicKey = from.GetPublicKey()
tl_cdn_public_key_gen.go#L144: b.PutString(c.PublicKey)
tl_cdn_public_key_gen.go#L176: c.PublicKey = value
tl_cdn_public_key_gen.go#L194: return c.PublicKey
github.com/gotd/td/telegram
cdn.go#L17: block, _ := pem.Decode([]byte(key.PublicKey))
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. |