github.com/gotd/td/internal/rpc.Options.RetryInterval (field)
6 uses
github.com/gotd/td/internal/rpc (current package)
engine.go#L43: zap.Duration("retry_interval", cfg.RetryInterval),
engine.go#L57: retryInterval: cfg.RetryInterval,
options.go#L13: RetryInterval time.Duration
options.go#L21: if cfg.RetryInterval == 0 {
options.go#L22: cfg.RetryInterval = time.Second * 10
github.com/gotd/td/internal/mtproto
conn.go#L159: RetryInterval: opt.RetryInterval,
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. |