label

package standard library
go1.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package label provides common declarations used by both the runtime and runtime/pprof packages. The Set type is used for goroutine labels, and is duplicated as runtime/pprof.LabelSet. The type is duplicated due to go.dev/issue/65437 preventing the use of a type-alias in an existing public interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Label

type Label struct {
	Key   string
	Value string
}

Label is a key/value pair of strings.

type Set

type Set struct {
	List []Label
}

Set is a set of labels.

func NewSet

func NewSet(list []Label) Set

NewSet constructs a LabelSet that wraps the provided labels.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL