github.com/gotd/td/session/tdesktop.MTPAuthorization.Keys (field)
5 uses
github.com/gotd/td/session/tdesktop (current package)
mtp_authorization.go#L19: Keys map[int]crypto.Key // DC ID -> Key
mtp_authorization.go#L101: if m.Keys == nil {
mtp_authorization.go#L102: m.Keys = make(map[int]crypto.Key, keys)
mtp_authorization.go#L111: m.Keys[int(dcID)] = key
github.com/gotd/td/session
tdesktop.go#L59: key, ok := auth.Keys[dc]
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. |