Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + type Key interface + Description func() string + Format func(w io.Writer, buf []byte, l Label) + Name func() string + type Label struct + func Of64(k Key, v uint64) Label + func OfString(k Key, v string) Label + func OfValue(k Key, value interface{}) Label + func (t Label) Format(f fmt.State, r rune) + func (t Label) Key() Key + func (t Label) Unpack64() uint64 + func (t Label) UnpackString() string + func (t Label) UnpackValue() interface{} + func (t Label) Valid() bool + type List interface + Label func(index int) Label + Valid func(index int) bool + func Filter(l List, keys ...Key) List + func NewList(labels ...Label) List + type Map interface + Find func(key Key) Label + func MergeMaps(srcs ...Map) Map + func NewMap(labels ...Label) Map