type github.com/gotd/td/telegram/dcs.DNSConfig
7 uses
github.com/gotd/td/telegram/dcs (current package)
dns.go#L99: type DNSConfig struct {
dns.go#L109: func (d DNSConfig) Options() (r []tg.DCOption) {
dns.go#L142: func ParseDNSConfig(txt []string) (DNSConfig, error) {
dns.go#L155: return DNSConfig{}, errors.Errorf("invalid input length %d", totalLength)
dns.go#L168: return DNSConfig{}, errors.Wrap(err, "decode")
dns.go#L173: return DNSConfig{}, errors.Wrap(err, "decrypt config")
dns.go#L176: return DNSConfig{
 |
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. |