Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LsbReleaseNamespaceDetector ¶
type LsbReleaseNamespaceDetector struct{}
LsbReleaseNamespaceDetector implements NamespaceDetector and detects the Namespace from the /etc/lsb-release file.
This detector is necessary for Ubuntu Precise.
func (*LsbReleaseNamespaceDetector) Detect ¶
func (detector *LsbReleaseNamespaceDetector) Detect(data map[string][]byte) *database.Namespace
func (*LsbReleaseNamespaceDetector) GetRequiredFiles ¶
func (detector *LsbReleaseNamespaceDetector) GetRequiredFiles() []string
GetRequiredFiles returns the list of files that are required for Detect()
Click to show internal directories.
Click to hide internal directories.