Versions in this module Expand all Collapse all v0 v0.2.0 Jul 17, 2026 Changes in this version + const Name + type Field struct + Path string + Required bool + Type Type + type Stage struct + func New(category string, fields []Field) (*Stage, error) + func (s *Stage) Classify(ctx context.Context, r classmesh.Record) (classmesh.Classification, error) + func (s *Stage) Name() string + type Type int + const Any + const Bool + const Number + const String + func (t Type) String() string