type github.com/gotd/td/internal/tdsync.Ready
15 uses
github.com/gotd/td/internal/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/internal/mtproto
conn.go#L100: gotSession *tdsync.Ready
github.com/gotd/td/internal/pool
pool_conn.go#L29: dead *tdsync.Ready
github.com/gotd/td/telegram/internal/manager
conn.go#L70: sessionInit *tdsync.Ready // immutable
conn.go#L71: gotConfig *tdsync.Ready // immutable
conn.go#L72: 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.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. |