Versions in this module Expand all Collapse all v0 v0.0.2 Jul 29, 2024 v0.0.1 Jul 24, 2024 Changes in this version + type Loader struct + Attrs map[string]string + Citations map[string]*model.GeneralCitation + Gedcom *gedcom.Gedcom + MediaRecordsByXref map[string]*gedcom.MediaRecord + ScopeName string + SourceRecordsByXref map[string]*gedcom.SourceRecord + SourcesByAPID map[string]*model.Source + Tags map[string]string + func NewLoader(filename string) (*Loader, error) + func (l *Loader) Load(t *tree.Tree) error + func (l *Loader) Scope() string + type ModelFinder interface + AddAlias func(alias string, canonical string) + FindPerson func(scope string, id string) *model.Person + FindPlaceUnstructured func(name string, hints ...place.Hint) *model.Place + FindSource func(scope string, id string) *model.Source