func go.uber.org/zap.Int64
32 uses
go.uber.org/zap (current package)
field.go#L153: return Int64(key, int64(val))
field.go#L166: func Int64(key string, val int64) Field {
field.go#L176: return Int64(key, *val)
field.go#L525: c = anyFieldC[int64](Int64)
github.com/gotd/td/internal/mtproto
handle_message.go#L19: c.logWithBuffer(b).Debug("Handle message", zap.Int64("msg_id", msgID))
handle_result.go#L23: msgID := zap.Int64("msg_id", res.RequestMessageID)
handle_session_created.go#L22: zap.Int64("unique_id", s.UniqueID),
handle_session_created.go#L23: zap.Int64("first_msg_id", s.FirstMsgID),
new_encrypted_msg.go#L62: log.Debug("Request", zap.Int64("msg_id", id))
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))
salt.go#L21: c.log.Info("Salt updated", zap.Int64("old", oldSalt), zap.Int64("new", salt))
github.com/gotd/td/internal/pool
pool.go#L120: zap.Int64("remaining", remaining),
pool.go#L121: zap.Int64("conn_id", r.id),
pool.go#L146: c.log.Debug("Transfer connection to requester", zap.Int64("conn_id", r.id))
pool.go#L149: c.log.Debug("Connection released", zap.Int64("conn_id", r.id))
pool.go#L167: c.log.Debug("Re-using free connection", zap.Int64("conn_id", r.id))
pool.go#L179: zap.Int64("conn_id", id),
pool.go#L198: c.log.Debug("Waiting for free connect", zap.Int64("request_id", int64(key)))
pool.go#L203: zap.Int64("conn_id", conn.id),
pool.go#L204: zap.Int64("request_id", int64(key)),
github.com/gotd/td/internal/rpc
ack.go#L15: e.log.Debug("Acknowledge callback not set", zap.Int64("msg_id", id))
ack.go#L28: log := e.log.With(zap.Int64("ack_id", id))
engine.go#L86: log := e.log.With(zap.Int64("msg_id", req.MsgID))
engine.go#L185: log = e.log.Named("retry").With(zap.Int64("msg_id", req.MsgID))
engine.go#L223: log.Error("Retry limit reached", zap.Int64("msg_id", req.MsgID))
engine.go#L241: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
engine.go#L254: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
github.com/gotd/td/telegram
conn_builder.go#L81: zap.Int64("conn_id", id),
pool.go#L63: zap.Int64("max", max),
pool.go#L81: zap.Int64("conn_id", id),
|
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. |