go.uber.org/zap/zapcore.Encoder.AddString (method)
11 uses
go.uber.org/zap/zapcore (current package)
encoder.go#L368: AddString(key, value string)
error.go#L56: enc.AddString(key, "<nil>")
error.go#L65: enc.AddString(key, basic)
error.go#L75: enc.AddString(key+"Verbose", verbose)
field.go#L149: enc.AddString(f.Key, f.String)
field.go#L184: enc.AddString(fmt.Sprintf("%sError", f.Key), err.Error())
field.go#L223: enc.AddString(key, "<nil>")
field.go#L231: enc.AddString(key, stringer.(fmt.Stringer).String())
github.com/gotd/td/internal/crypto
key.go#L130: encoder.AddString("id", hex.EncodeToString(a.ID[:]))
github.com/gotd/td/internal/mtproto
zap.go#L19: e.AddString("type_id", typeIDStr)
zap.go#L21: e.AddString("type_name", l.Name)
|
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. |