Versions in this module Expand all Collapse all v1 v1.1.0 Oct 16, 2019 Changes in this version + func InitModules() error + func RegisterFileScanner(s FileScanner) + func RegisterSystemScanner(s SystemScanner) + func ScanFile(f afero.File) (err error) + func ScanSystem() (err error) + type FileScanner interface + Init func() error + Name func() string + ScanFile func(afero.File) error + type SystemScanner interface + Init func() error + Name func() string + Scan func() error