type go.opentelemetry.io/otel/label.Iterator
13 uses
go.opentelemetry.io/otel/label (current package)
encoder.go#L32: Encode(Iterator) string
encoder.go#L106: func (d *defaultLabelEncoder) Encode(iter Iterator) string {
iterator.go#L19: type Iterator struct {
iterator.go#L34: iter Iterator
iterator.go#L41: func (i *Iterator) Next() bool {
iterator.go#L48: func (i *Iterator) Label() KeyValue {
iterator.go#L54: func (i *Iterator) Attribute() KeyValue {
iterator.go#L60: func (i *Iterator) IndexedLabel() (int, KeyValue) {
iterator.go#L65: func (i *Iterator) Len() int {
iterator.go#L72: func (i *Iterator) ToSlice() []KeyValue {
iterator.go#L95: func makeOne(iter Iterator) oneIterator {
set.go#L150: func (l *Set) Iter() Iterator {
set.go#L151: return Iterator{
![]() |
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. |