Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) Export ¶
func (e *Exporter) Export(_ context.Context, params *exporter.ExportParams) ([]*exporter.ExportedPage, error)
func (*Exporter) ExportPerFile ¶
func (e *Exporter) ExportPerFile( _ context.Context, params *exporter.ExportParams, ) ([]*exporter.ExportedPage, error)
type GraphBuilder ¶
type GraphBuilder struct {
// contains filtered or unexported fields
}
func NewGraphBuilder ¶
func NewGraphBuilder(renderer *template.Renderer) *GraphBuilder
Click to show internal directories.
Click to hide internal directories.