github.com/gotd/td/internal/mtproxy.Secret.Tag (field)
14 uses
github.com/gotd/td/internal/mtproxy (current package)
secret.go#L25: Tag byte
secret.go#L32: switch s.Tag {
secret.go#L57: r.Tag = secret[0]
secret.go#L63: r.Tag = secret[0]
secret.go#L74: switch r.Tag {
secret.go#L79: return Secret{}, errors.Errorf("unknown tag %+x", r.Tag)
github.com/gotd/td/telegram/dcs
mtproxy.go#L126: tag = [4]byte{s.Tag, s.Tag, s.Tag, s.Tag}
plain.go#L101: tag = [4]byte{secret.Tag, secret.Tag, secret.Tag, secret.Tag}
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. |