Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 Specification ¶ added in v0.5.7
type Specification struct {
Template string `yaml:"template" json:"template"`
Output struct {
Extension string `yaml:"extension" json:"extension"`
} `yaml:"output" json:"output"`
}
func (*Specification) Validate ¶ added in v0.5.7
func (s *Specification) Validate() error
Click to show internal directories.
Click to hide internal directories.