github.com/gotd/td/tg.DCOption.Secret (field)
11 uses
github.com/gotd/td/tg (current package)
tl_dc_option_gen.go#L79: Secret []byte
tl_dc_option_gen.go#L127: if !(d.Secret == nil) {
tl_dc_option_gen.go#L166: d.Secret = val
tl_dc_option_gen.go#L265: if !(d.Secret == nil) {
tl_dc_option_gen.go#L292: b.PutBytes(d.Secret)
tl_dc_option_gen.go#L350: d.Secret = value
tl_dc_option_gen.go#L496: d.Secret = value
tl_dc_option_gen.go#L508: return d.Secret, true
github.com/gotd/td/session
tdesktop.go#L41: Secret: dc.Secret,
github.com/gotd/td/telegram/dcs
dns.go#L133: Secret: ip.Secret,
plain.go#L93: secret, err := mtproxy.ParseSecret(dc.Secret)
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. |