Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + type AptSourcesOSDetector struct + func (detector *AptSourcesOSDetector) Detect(data map[string][]byte) (OS, version string) + func (detector *AptSourcesOSDetector) GetRequiredFiles() []string + type LsbReleaseOSDetector struct + func (detector *LsbReleaseOSDetector) Detect(data map[string][]byte) (OS, version string) + func (detector *LsbReleaseOSDetector) GetRequiredFiles() []string + type OsReleaseOSDetector struct + func (detector *OsReleaseOSDetector) Detect(data map[string][]byte) (OS, version string) + func (detector *OsReleaseOSDetector) GetRequiredFiles() []string + type RedhatReleaseOSDetector struct + func (detector *RedhatReleaseOSDetector) Detect(data map[string][]byte) (OS, version string) + func (detector *RedhatReleaseOSDetector) GetRequiredFiles() []string