summaryrefslogtreecommitdiff
path: root/input
AgeCommit message (Collapse)Author
2017-02-19Use a setter to set the Work errorSilvan Jegen
2017-02-18Sanitize port and prefixSilvan Jegen
2017-02-18Rename interface filesSilvan Jegen
2017-02-15Propagate Input errorSilvan Jegen
2017-01-21Fix input module nameSilvan Jegen
2017-01-20Introduce registrySilvan Jegen
We introduce a registry that contains maps to builder functions. These builder functions return the interface implementation of the modules specified in the configuration. We also make the input module type use the registry. All other module types still have to be converted.
2017-01-20Add missed interface filesSilvan Jegen
2016-12-25Add and use NewStdin functionSilvan Jegen
2016-12-09Reorganize filesSilvan Jegen