package
Version:
v0.0.0-...-96430a3
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Compare compares the two label sets.
The result will be 0 if a==b, <0 if a < b, and >0 if a > b.
type Label struct {
Name, Value string
}
Label is a key/value pair of strings.
New returns a sorted Labels from the given labels.
The caller has to guarantee that all label names are unique.
Hash returns a hash value for the label set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.