func go.opentelemetry.io/otel/attribute/internal.SliceValue
6 uses
go.opentelemetry.io/otel/attribute/internal (current package)
attribute.go#L21: func SliceValue[T sliceElem](v []T) any {
go.opentelemetry.io/otel/attribute
value.go#L73: return Value{vtype: BOOLSLICE, slice: attribute.SliceValue(v)}
value.go#L101: val.slice = attribute.SliceValue(cp)
value.go#L117: return Value{vtype: INT64SLICE, slice: attribute.SliceValue(v)}
value.go#L130: return Value{vtype: FLOAT64SLICE, slice: attribute.SliceValue(v)}
value.go#L143: return Value{vtype: STRINGSLICE, slice: attribute.SliceValue(v)}
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |