Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataLoader ¶
type DataLoader struct {
// contains filtered or unexported fields
}
DataLoader is an embarrassment. It's a computation cache around FsLoader.
func NewDataLoader ¶
func NewDataLoader( ldr *loader.FsLoader, paths []string, pRen parsren.MdParserRenderer, title string) *DataLoader
func (*DataLoader) FilteredBlocks ¶
func (dl *DataLoader) FilteredBlocks() []*loader.CodeBlock
func (*DataLoader) LoadAndRender ¶
func (dl *DataLoader) LoadAndRender() (err error)
func (*DataLoader) RenderedFiles ¶
func (dl *DataLoader) RenderedFiles() []*parsren.RenderedMdFile
Click to show internal directories.
Click to hide internal directories.