type go.opentelemetry.io/otel/attribute.Iterator
14 uses
go.opentelemetry.io/otel/attribute (current package)
encoder.go#L31: Encode(iterator Iterator) string
encoder.go#L102: func (d *defaultAttrEncoder) 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#L50: func (i *Iterator) Label() KeyValue {
iterator.go#L56: func (i *Iterator) Attribute() KeyValue {
iterator.go#L65: func (i *Iterator) IndexedLabel() (int, KeyValue) {
iterator.go#L71: func (i *Iterator) IndexedAttribute() (int, KeyValue) {
iterator.go#L76: func (i *Iterator) Len() int {
iterator.go#L83: func (i *Iterator) ToSlice() []KeyValue {
iterator.go#L106: func makeOne(iter Iterator) oneIterator {
set.go#L139: func (l *Set) Iter() Iterator {
set.go#L140: return Iterator{
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |