type github.com/gotd/td/tdsync.Ready
15 uses
github.com/gotd/td/tdsync (current package)
ready.go#L9: type Ready struct {
ready.go#L15: func NewReady() *Ready {
ready.go#L16: return &Ready{
ready.go#L21: func (r *Ready) reset() {
ready.go#L28: func (r *Ready) Signal() {
ready.go#L35: func (r *Ready) Ready() <-chan struct{} {
reset_ready.go#L7: ready Ready
reset_ready.go#L14: ready: Ready{
github.com/gotd/td/mtproto
conn.go#L106: gotSession *tdsync.Ready
github.com/gotd/td/pool
pool_conn.go#L38: dead *tdsync.Ready
github.com/gotd/td/telegram/internal/manager
conn.go#L80: sessionInit *tdsync.Ready // immutable
conn.go#L81: gotConfig *tdsync.Ready // immutable
conn.go#L82: dead *tdsync.Ready // immutable
github.com/gotd/td/transport
websocket.go#L20: closed *tdsync.Ready
websocket.go#L114: closed tdsync.Ready
![]() |
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. |