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) AllBlocks ¶ added in v2.0.2
func (dl *DataLoader) AllBlocks() []*loader.CodeBlock
func (*DataLoader) LoadAndRender ¶
func (dl *DataLoader) LoadAndRender() (err error)
func (*DataLoader) RenderedFiles ¶
func (dl *DataLoader) RenderedFiles() []*parsren.RenderedMdFile
func (*DataLoader) Title ¶ added in v2.0.1
func (dl *DataLoader) Title() string
Click to show internal directories.
Click to hide internal directories.