go.opentelemetry.io/otel/label.oneIterator.label (field)
11 uses
go.opentelemetry.io/otel/label (current package)
iterator.go#L36: label KeyValue
iterator.go#L105: oi.label = oi.iter.Label()
iterator.go#L115: m.current = m.two.label
iterator.go#L120: m.current = m.one.label
iterator.go#L124: if m.one.label.Key == m.two.label.Key {
iterator.go#L125: m.current = m.one.label // first iterator label value wins
iterator.go#L130: if m.one.label.Key < m.two.label.Key {
iterator.go#L131: m.current = m.one.label
iterator.go#L135: m.current = m.two.label
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |