Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Importer ¶
type Importer struct { InputDir string // pdf input directory Processor chan string // process chan Wait int // how long should the loop sleep until the next input read starts UseImporter bool }
Importer struct
func New ¶
func New(cfg config.ImportConfig) Importer
New returns a new instance of the automatic import bot dir is the input directory where the importer searches for new pdf files
Click to show internal directories.
Click to hide internal directories.