type github.com/prometheus/common/model.LabelNames
9 uses
github.com/prometheus/common/model (current package)
labels.go#L134: type LabelNames []LabelName
labels.go#L136: func (l LabelNames) Len() int {
labels.go#L140: func (l LabelNames) Less(i, j int) bool {
labels.go#L144: func (l LabelNames) Swap(i, j int) {
labels.go#L148: func (l LabelNames) String() string {
labelset.go#L80: lns := make(LabelNames, 0, len(ls)+len(o))
signature.go#L61: labelNames := make(LabelNames, 0, len(ls))
signature.go#L105: sort.Sort(LabelNames(labels))
signature.go#L125: labelNames := make(LabelNames, 0, len(m))
![]() |
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. |