type go.opentelemetry.io/otel/label.Sortable
8 uses
go.opentelemetry.io/otel/label (current package)
set.go#L64: Sortable []KeyValue
set.go#L245: s, _ := NewSetWithSortableFiltered(kvs, new(Sortable), nil)
set.go#L253: func NewSetWithSortable(kvs []KeyValue, tmp *Sortable) Set {
set.go#L273: return NewSetWithSortableFiltered(kvs, new(Sortable), filter)
set.go#L300: func NewSetWithSortableFiltered(kvs []KeyValue, tmp *Sortable, filter Filter) (Set, []KeyValue) {
set.go#L456: func (l *Sortable) Len() int {
set.go#L461: func (l *Sortable) Swap(i, j int) {
set.go#L466: func (l *Sortable) Less(i, j int) bool {
 |
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. |