github.com/gotd/td/internal/rpc.Request.MsgID (field)
15 uses
github.com/gotd/td/internal/rpc (current package)
engine.go#L67: MsgID int64
engine.go#L86: log := e.log.With(zap.Int64("msg_id", req.MsgID))
engine.go#L121: e.rpc[req.MsgID] = handler
engine.go#L127: delete(e.rpc, req.MsgID)
engine.go#L157: e.rpc[req.MsgID] = func(b *bin.Buffer, e error) error { return nil }
engine.go#L183: ackChan = e.waitAck(req.MsgID)
engine.go#L185: log = e.log.Named("retry").With(zap.Int64("msg_id", req.MsgID))
engine.go#L188: defer e.removeAck(req.MsgID)
engine.go#L191: if err := e.send(ctx, req.MsgID, req.SeqNo, req.Input); err != nil {
engine.go#L212: if err := e.send(ctx, req.MsgID, req.SeqNo, req.Input); err != nil {
engine.go#L223: log.Error("Retry limit reached", zap.Int64("msg_id", req.MsgID))
github.com/gotd/td/internal/mtproto
rpc.go#L20: MsgID: msgID,
rpc.go#L27: zap.Int64("msg_id", req.MsgID),
rpc.go#L41: c.log.Info("Retrying request after basMsgErr", zap.Int64("msg_id", req.MsgID))
rpc.go#L58: ReqMsgID: req.MsgID,
|
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. |