func github.com/gotd/td/internal/tdsync.NewReady
8 uses
github.com/gotd/td/internal/tdsync (current package)
ready.go#L15: func NewReady() *Ready {
github.com/gotd/td/internal/mtproto
conn.go#L147: gotSession: tdsync.NewReady(),
github.com/gotd/td/internal/pool
pool.go#L76: dead: tdsync.NewReady(),
github.com/gotd/td/telegram/internal/manager
create.go#L68: sessionInit: tdsync.NewReady(),
create.go#L69: gotConfig: tdsync.NewReady(),
create.go#L70: dead: tdsync.NewReady(),
github.com/gotd/td/transport
websocket.go#L28: closed: tdsync.NewReady(),
websocket.go#L61: closed: *tdsync.NewReady(),
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. |