Versions in this module Expand all Collapse all v1 v1.0.5 Jun 25, 2024 v1.0.4 Jan 9, 2024 Changes in this version + var File_label_label_proto protoreflect.FileDescriptor + type Label struct + Key string + Value string + func (*Label) Descriptor() ([]byte, []int) + func (*Label) ProtoMessage() + func (this *Label) Validate() error + func (x *Label) GetKey() string + func (x *Label) GetValue() string + func (x *Label) ProtoReflect() protoreflect.Message + func (x *Label) Reset() + func (x *Label) String() string + type Metadata struct + Labels []*Label + func BlankMetadata() *Metadata + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (m *Metadata) AddLabel(newLabel *Label) error + func (m *Metadata) GetLabelByKey(key string) *Label + func (m *Metadata) GetLabelsByKey(key string) []*Label + func (m *Metadata) MatchLabel(expectLabel *Label) bool + func (m *Metadata) RemoveLabel(expectLabel *Label) bool + func (this *Metadata) Validate() error + func (x *Metadata) GetLabels() []*Label + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string