Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // dirs are the directories to look in for duplicates Dirs []string // listen is the interface an port to listen on Listen string // static is the directeory where static (css, js, html) files are located Static string // Datastore is the datastore Datastore *datastore.Datastore // FingerPrintCol is the name of the collection to use for fingerprints FingerPrintCol string }
Config is the http server Config
Click to show internal directories.
Click to hide internal directories.