type go.opentelemetry.io/otel/attribute.Distinct
6 uses
go.opentelemetry.io/otel/attribute (current package)
set.go#L39: Distinct struct {
set.go#L54: _ = isComparable(Distinct{})
set.go#L94: func (d Distinct) Valid() bool { return d.hash != 0 }
set.go#L174: func (l *Set) Equivalent() Distinct {
set.go#L176: return Distinct{hash: emptySet.hash}
set.go#L178: return Distinct{hash: l.hash}
![]() |
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. |