Versions in this module Expand all Collapse all v1 v1.0.0 Feb 4, 2024 Changes in this version + type Generator interface + Generate func(f *model.File) ([]byte, error) + func NewGenerator(features []labels.Feature) Generator + type Parser interface + Parse func(f *os.File) (*model.File, error) + func NewParser() Parser