type github.com/gotd/td/session/tdesktop.MTPAuthorization
8 uses
github.com/gotd/td/session/tdesktop (current package)
mtp_authorization.go#L13: type MTPAuthorization struct {
mtp_authorization.go#L23: func readMTPData(tgf *tdesktopFile, localKey crypto.Key) (MTPAuthorization, error) {
mtp_authorization.go#L26: return MTPAuthorization{}, errors.Wrap(err, "read encrypted data")
mtp_authorization.go#L31: return MTPAuthorization{}, errors.Wrap(err, "decrypt data")
mtp_authorization.go#L38: var m MTPAuthorization
mtp_authorization.go#L40: return MTPAuthorization{}, errors.Wrap(err, "deserialize MTPAuthorization")
mtp_authorization.go#L58: func (m *MTPAuthorization) deserialize(r *qtReader) error {
tdesktop.go#L18: Authorization MTPAuthorization
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. |