type github.com/gotd/td/internal/tdsync.ResetReady
8 uses
github.com/gotd/td/internal/tdsync (current package)
reset_ready.go#L6: type ResetReady struct {
reset_ready.go#L12: func NewResetReady() *ResetReady {
reset_ready.go#L13: return &ResetReady{
reset_ready.go#L21: func (r *ResetReady) Reset() {
reset_ready.go#L30: func (r *ResetReady) Signal() {
reset_ready.go#L37: func (r *ResetReady) Ready() <-chan struct{} {
github.com/gotd/td/internal/pool
pool.go#L47: stuck *tdsync.ResetReady
github.com/gotd/td/telegram
client.go#L122: ready *tdsync.ResetReady // immutable
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. |