Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppName string
View Source
var AppVersion *semver.Version
View Source
var AutoVariablesExtensions []string
View Source
var ConfigExtension string
View Source
var DefaultConfigPath string
View Source
var DefaultDatabase string
View Source
var DefaultInstallDir string
View Source
var DefaultVarsFileName string
View Source
var EnvAppPrefix string
EnvAppPrefix is the prefix for all app specific environment variables (e.g. ("STEAMPIPE_")
View Source
var EnvInputVarPrefix string
EnvInputVarPrefix is the prefix for environment variables that represent values for input variables.
View Source
var EnvUpdateCheck, EnvInstallDir, EnvInstallDatabase, EnvServicePassword, EnvMaxParallel, EnvDatabaseStartTimeout, EnvDashboardStartTimeout, EnvSnapshotLocation, EnvDatabase, EnvWorkspaceProfile, EnvDisplayWidth, EnvCacheEnabled, EnvCacheTTL, EnvCacheMaxTTL, EnvCacheMaxSize, EnvQueryTimeout, EnvConnectionWatcher, EnvWorkspaceChDir, EnvModLocation, EnvTelemetry, EnvIntrospection, EnvWorkspaceProfileLocation, EnvMemoryMaxMb, EnvMemoryMaxMbPlugin, EnvConfigPath, EnvLogLevel string
app specific env vars
View Source
var InstallDir string
View Source
var ModDataExtensions []string
View Source
var ModFileNameDeprecated string = "mod.sp"
TODO KAI we need to provide a default (for now) as the flowpipe test code does not (always) call SetAppSpecificConstants so this may be empty we need a proper solution to this
View Source
var VariablesExtensions []string
View Source
var VersionCheckHost string
Update check
View Source
var VersionCheckPath string
View Source
var WorkspaceDataDir string
View Source
var WorkspaceIgnoreFile string
Functions ¶
func DefaultModFileName ¶ added in v0.3.0
func DefaultModFileName() string
func DefaultModFilePath ¶ added in v0.3.0
func ModFileNames ¶ added in v0.3.0
func ModFileNames() []string
func ModFilePaths ¶ added in v0.3.0
func SetAppSpecificEnvVarKeys ¶
func SetAppSpecificEnvVarKeys(envAppPrefix string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.