Documentation
¶
Index ¶
- func WithAttribute(ctx context.Context, key string, value Value) context.Context
- type Converter
- type Map
- type Storage
- type Value
- func Attribute(ctx context.Context, key string) Value
- func Blank() Value
- func Error(err error) Value
- func Ignored(value string) Value
- func Redacted(value string) Value
- func String(value string) Value
- func ToIgnored(st fmt.Stringer) Value
- func ToRedacted(st fmt.Stringer) Value
- func ToString(st fmt.Stringer) Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Map ¶ added in v1.218.0
Map for meta.
func CamelStrings ¶ added in v1.160.0
CamelStrings for meta.
func SnakeStrings ¶ added in v1.160.0
SnakeStrings for meta.
type Storage ¶ added in v1.416.0
Storage stores all the values for meta.
Click to show internal directories.
Click to hide internal directories.