# Functions
NewCloudConfig initializes the configuration with cloud values.
NewConfigFromEnv reads configuration information from environment variables that start with `FTW_`.
NewConfigFromFile reads configuration information from the config file if it exists, or uses `.ftw.yaml` as default file.
NewConfigFromString initializes the configuration from a yaml formatted string.
NewDefaultConfig initializes the configuration with default values.
NewFTWRegexp creates a new FTWRegexp from a string.
# Constants
CloudRunMode is the string that will be used to override the run mode of execution to cloud.
DefaultLogMarkerHeaderName is the default log marker header name.
DefaultMaxMarkerLogLines is the default lines we are going read back in a logfile to find the markers.
DefaultMaxMarkerRetries is the default amount of retries that will be attempted to find the log markers.
DefaultRunMode is the default execution run mode.
# Structs
FTWConfiguration FTW global Configuration.
FTWTestOverride holds four lists:
Overrides allows you to override input parameters in tests.