type go.opentelemetry.io/otel/attribute.Sortable
9 uses
go.opentelemetry.io/otel/attribute (current package)
set.go#L46: Sortable []KeyValue
set.go#L63: New: func() interface{} { return new(Sortable) },
set.go#L194: srt := sortables.Get().(*Sortable)
set.go#L204: func NewSetWithSortable(kvs []KeyValue, tmp *Sortable) Set {
set.go#L223: srt := sortables.Get().(*Sortable)
set.go#L252: func NewSetWithSortableFiltered(kvs []KeyValue, tmp *Sortable, filter Filter) (Set, []KeyValue) {
set.go#L417: func (l *Sortable) Len() int {
set.go#L422: func (l *Sortable) Swap(i, j int) {
set.go#L427: func (l *Sortable) Less(i, j int) bool {
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. |