type github.com/gotd/td/internal/pool.DCOptions
4 uses
github.com/gotd/td/internal/pool (current package)
options.go#L6: type DCOptions struct {
options.go#L14: func (d *DCOptions) setDefaults() {
pool.go#L53: func NewDC(ctx context.Context, id int, newConn func() Conn, opts DCOptions) *DC {
github.com/gotd/td/telegram
pool.go#L31: p := pool.NewDC(c.ctx, dc, creator, pool.DCOptions{
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. |