Versions in this module Expand all Collapse all v0 v0.16.0 Aug 6, 2025 Changes in this version + type LabelRule struct + IndexingFunc values.IndexValueFunc + Label string + func DestinationAppGuidLabelRules(obj map[string]any) ([]LabelRule, error) + func (r LabelRule) Apply(obj map[string]any) (map[string]string, error) + type MultiLabelRule struct + LabelRules func(obj map[string]any) ([]LabelRule, error) + func (r MultiLabelRule) Apply(obj map[string]any) (map[string]string, error)