Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBlockUpdater ¶
type MockBlockUpdater struct {
// contains filtered or unexported fields
}
MockBlockUpdater is a mock BlockUpdater that records the blocks added to it. Recorded blocks can be collected with 'GetAddedBlocks()'.
func (*MockBlockUpdater) AddChildren ¶
func (*MockBlockUpdater) GetAddedBlocks ¶
func (m *MockBlockUpdater) GetAddedBlocks() []notionapi.Block
Click to show internal directories.
Click to hide internal directories.