Documentation ¶ Index ¶ func KeyValue(kv attribute.KeyValue) *common.KeyValue func KeyValues(attrs []attribute.KeyValue) []*common.KeyValue func Value(v attribute.Value) *common.AnyValue func ValueFromGo(v interface{}) *common.AnyValue type Float type Int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func KeyValue ¶ func KeyValue(kv attribute.KeyValue) *common.KeyValue func KeyValues ¶ func KeyValues(attrs []attribute.KeyValue) []*common.KeyValue func Value ¶ func Value(v attribute.Value) *common.AnyValue func ValueFromGo ¶ func ValueFromGo(v interface{}) *common.AnyValue Types ¶ type Float ¶ type Float interface { ~float32 | ~float64 } type Int ¶ type Int interface { ~int | ~uint | ~int32 | ~uint32 | ~int64 | ~uint64 } Source Files ¶ View all Source files key_values.go Click to show internal directories. Click to hide internal directories.