Documentation ¶
Overview ¶
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0 package cmdlookup implements tools to recursively look for executables in a set of internal Folders
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsYAMLFile ¶
IsYAMLFile returns it the passed object is a YAML and a file
Types ¶
type Executables ¶
type Executables struct { // Folders where the component have to look for executables with a given name Folders []string }
Executables stores the commands for each executable name, the corresponding complete path to the executable
Click to show internal directories.
Click to hide internal directories.