Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Processor ¶
type Provider ¶
type Provider interface {
ProvideChildren(rawBlock notionapi.Block) ([]notionapi.Block, error)
ProvidePageChildren(rawBlock notionapi.Page) ([]notionapi.Block, error)
ProvideDatabase(rawBlock notionapi.Block) (*notionapi.Database, error)
ProvideDatabaseData(db *notionapi.Database) ([]notionapi.Page, error)
}
Click to show internal directories.
Click to hide internal directories.