github.com/gotd/td/crypto.AuthKey.IntID (method)
9 uses
github.com/gotd/td/crypto (current package)
key.go#L94: e.Int64(a.IntID())
key.go#L114: func (a AuthKey) IntID() int64 {
github.com/gotd/td/mtproto
bind.go#L70: TempAuthKeyID: s.Key.IntID(),
bind.go#L71: PermAuthKeyID: s.PermKey.IntID(),
bind.go#L91: PermAuthKeyID: s.PermKey.IntID(),
bind.go#L105: log.Int64("temp_key_id", s.Key.IntID()),
bind.go#L106: log.Int64("perm_key_id", s.PermKey.IntID()),
bind.go#L128: log.Int64("temp_key_id", s.Key.IntID()),
bind.go#L129: log.Int64("perm_key_id", s.PermKey.IntID()),
 |
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. |