environment

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: Apache-2.0 Imports: 10 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetConfDir

func GetConfDir(lc logger.LoggingClient, configDir string) string

GetConfDir get the config directory value from a Variables variable value (if it exists) or uses passed in value or default if previous result in blank.

func GetConfigFileName

func GetConfigFileName(lc logger.LoggingClient, configFileName string) string

GetConfigFileName gets the configuration filename value from a Variables variable value (if it exists) or uses passed in value.

func GetProfileDir

func GetProfileDir(lc logger.LoggingClient, profileDir string) string

GetProfileDir get the profile directory value from a Variables variable value (if it exists) or uses passed in value or default if previous result in blank.

Types

type StartupInfo

type StartupInfo struct {
	Duration int
	Interval int
}

StartupInfo provides the startup timer values which are applied to the StartupTimer created at boot.

func GetStartupInfo

func GetStartupInfo(serviceKey string) StartupInfo

GetStartupInfo gets the Service StartupInfo values from an Variables variable value (if it exists) or uses the default values.

type Variables

type Variables struct {
	// contains filtered or unexported fields
}

Variables is a receiver that holds Variables variables and encapsulates toml.Tree-based configuration field overrides. Assumes "_" embedded in Variables variable key separates sub-structs; e.g. foo_bar_baz might refer to

		type foo struct {
			bar struct {
         		baz string
 			}
		}

func NewVariables

func NewVariables(lc logger.LoggingClient) *Variables

NewVariables constructor reads/stores os.Environ() for use by Variables receiver methods.

func (*Variables) OverrideConfigProviderInfo

func (e *Variables) OverrideConfigProviderInfo(configProviderInfo types.ServiceConfig) (types.ServiceConfig, error)

OverrideConfigProviderInfo overrides the Configuration Provider ServiceConfig values from an Variables variable value (if it exists).

func (*Variables) OverrideConfiguration

func (e *Variables) OverrideConfiguration(serviceConfig interface{}) (int, error)

OverrideConfiguration method replaces values in the configuration for matching Variables variable keys. serviceConfig must be pointer to the service configuration.

func (*Variables) UseRegistry

func (e *Variables) UseRegistry() (bool, bool)

UseRegistry returns whether the envKeyUseRegistry key is set to true and whether the override was used

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL