Versions in this module Expand all Collapse all v1 v1.0.1 Dec 3, 2022 v1.0.0 Dec 3, 2022 Changes in this version + type Page struct + Children Pages + Depth int + ID string + LastEdited time.Time + Parent *Page + Title string + URL string + func (p *Page) Traverse(fn func(page *Page) error) error + type PageSet struct + ByID map[string]*Page + LastUpdated time.Time + Roots Pages + func Load(ctx context.Context, notion *notionapi.Client) (*PageSet, error) + type Pages []*Page + func (pages Pages) Traverse(fn func(page *Page) error) error