Versions in this module Expand all Collapse all v0 v0.2.0 Jul 17, 2026 Changes in this version + const Name + type FieldMatcher struct + Contains *string + Exact *string + Exists *bool + Gt *float64 + Gte *float64 + Lt *float64 + Lte *float64 + Path string + Regex *string + type Matcher struct + Contains *string + Field *FieldMatcher + Regex *string + type Rule struct + All []Matcher + Any []Matcher + Category string + Contains []string + Fields []FieldMatcher + ID string + Regex []string + type Stage struct + func New(rules []Rule) (*Stage, error) + func (s *Stage) Classify(ctx context.Context, r classmesh.Record) (classmesh.Classification, error) + func (s *Stage) Name() string