Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface { Convert() error WithOutputDir(string) error WithWebFiles([]string) error }
Converter is an interface to allow convert into files different formats
func NewConverter ¶
NewConverter get the strategy converter to convert the files into the format selected
func NewPandocConverter ¶
NewPandocConverter a converter based on pandoc application
type ConverterFormat ¶
type ConverterFormat string
ConverterFormat output format type supported by the application
const ( //EpubFormat output format epub EpubFormat ConverterFormat = "epub" )
Click to show internal directories.
Click to hide internal directories.