package
0.0.0-20241007125618-ad703f6414bb
Repository: https://github.com/shivaji17/notionbackup.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Done is returned by an iterator's Next method when the iteration is complete; when there are no more items to return.

# Structs

ChildIterator would iterate only it's children and not grandchildren.
No description provided by the author
TreeIterator would iterate the whole tree or subtree depending on the node passed to the iterator.

# Interfaces

Every Iterator type must extend this interface while implementing the iterator.