Documentation
¶
Overview ¶
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 ¶
Types ¶
type Condition ¶
type Condition func() bool
Condition is any function that can return true or false
func EnvExists ¶
EnvExists creates a Condition returning true when the environment variables are defined in the environment and matched the values passed as arguments.
func FileExists ¶
FileExists creates a Condition returning true when the passed file path exists
Click to show internal directories.
Click to hide internal directories.