type github.com/gotd/td/session/tdesktop.MTPConfig
10 uses
github.com/gotd/td/session/tdesktop (current package)
mtp_config.go#L37: type MTPConfig struct {
mtp_config.go#L73: func readMTPConfig(tgf *tdesktopFile, localKey crypto.Key) (MTPConfig, error) {
mtp_config.go#L76: return MTPConfig{}, errors.Wrap(err, "read encrypted data")
mtp_config.go#L81: return MTPConfig{}, errors.Wrap(err, "decrypt data")
mtp_config.go#L89: return MTPConfig{}, errors.Wrap(err, "read config array")
mtp_config.go#L92: var m MTPConfig
mtp_config.go#L94: return MTPConfig{}, errors.Wrap(err, "deserialize MTPConfig")
mtp_config.go#L99: func (m *MTPConfig) deserialize(r *qtReader) error {
tdesktop.go#L20: Config MTPConfig
github.com/gotd/td/session
tdesktop.go#L28: func mapConfig(mainDC int, cfg tdesktop.MTPConfig) Config {
|
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. |