func go.uber.org/zap.String
14 uses
go.uber.org/zap (current package)
field.go#L222: func String(key string, val string) Field {
field.go#L232: return String(key, *val)
field.go#L378: return String(key, stacktrace.Take(skip+1)) // skip StackSkip
field.go#L549: c = anyFieldC[string](String)
github.com/gotd/td/internal/exchange
server_flow.go#L126: s.log.Debug("Sending ResPQ", zap.String("pq", pq.String()))
github.com/gotd/td/internal/mtproto
handle_result.go#L55: zap.String("err_msg", rpcErr.ErrorMessage),
github.com/gotd/td/internal/tdsync
log_group.go#L42: l := g.log.With(zap.String("task", taskName)).WithOptions(zap.AddCallerSkip(1))
github.com/gotd/td/telegram
client.go#L172: client.log = client.log.With(zap.String("v", v))
connect.go#L35: c.log.Info("Got self", zap.String("username", self.Username))
handle_updates.go#L43: c.log.Warn("Ignoring update", zap.String("update_type", fmt.Sprintf("%T", u)))
invoke.go#L60: zap.String("error_type", rpcErr.Type),
session.go#L47: zap.String("addr", data.Addr),
session.go#L48: zap.String("key_id", fmt.Sprintf("%x", data.AuthKeyID)),
session.go#L90: zap.String("key_id", fmt.Sprintf("%x", data.AuthKeyID)),
|
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. |