Versions in this module Expand all Collapse all v1 v1.0.0 Mar 30, 2026 Changes in this version + type ElementDict struct + Attributes map[string]string + Children []string + Parent *ParentDict + Path []string + Siblings []string + Tag string + Text string + type ParentDict struct + Attributes map[string]string + Tag string + Text string + type Store struct + func New(dbPath string) (*Store, error) + func (s *Store) Clear() error + func (s *Store) Close() error + func (s *Store) Count() (int, error) + func (s *Store) Delete(rawURL, identifier string) error + func (s *Store) List(rawURL string) ([]string, error) + func (s *Store) Load(rawURL, identifier string) (*ElementDict, error) + func (s *Store) Save(rawURL, identifier string, elem *ElementDict) error