Пример #1
0
Файл: aci.go Проект: dwdm/clair
func init() {
	detectors.RegisterDataDetector("aci", &ACIDataDetector{})
}
Пример #2
0
func init() {
	detectors.RegisterDataDetector("Docker", &DockerDataDetector{})
}