func go.uber.org/zap.Int
14 uses
go.uber.org/zap (current package)
field.go#L152: func Int(key string, val int) Field {
field.go#L162: return Int(key, *val)
field.go#L519: c = anyFieldC[int](Int)
github.com/gotd/td/internal/exchange
server_flow.go#L220: s.log.Debug("Sending ServerDHParamsOk", zap.Int("g", g))
github.com/gotd/td/internal/mtproto
handle_result.go#L54: zap.Int("err_code", rpcErr.ErrorCode),
zap.go#L27: return c.logWithType(b).With(zap.Int("size_bytes", b.Len()))
github.com/gotd/td/internal/rpc
engine.go#L44: zap.Int("max_retries", cfg.MaxRetries),
github.com/gotd/td/telegram
conn_builder.go#L82: zap.Int("dc_id", s.DC),
invoke.go#L61: zap.Int("target_dc", targetDC),
pool.go#L32: Logger: c.log.Named("pool").With(zap.Int("dc_id", dc)),
pool.go#L62: zap.Int("dc_id", dcID),
pool.go#L64: zap.Int("candidates", len(dcList)),
pool.go#L82: zap.Int("dc_id", dcID),
github.com/gotd/td/telegram/internal/manager
conn.go#L115: zap.Int("ongoing", c.ongoing),
|
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. |