Versions in this module Expand all Collapse all v2 v2.0.2 Jan 29, 2024 v2.0.1 Jan 29, 2024 Changes in this version + type LocalTypeFieldExtractor struct + func NewLocalTypeFieldExtractor(document *ast.Document) *LocalTypeFieldExtractor + func (e *LocalTypeFieldExtractor) GetAllNodes() (rootNodes []plan.TypeField, childNodes []plan.TypeField) + type RequiredFieldExtractor struct + func NewRequiredFieldExtractor(document *ast.Document) *RequiredFieldExtractor + func (f *RequiredFieldExtractor) GetAllRequiredFields() plan.FieldConfigurations