package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/pkg.git
Documentation: pkg.go.dev

# Functions

FromEnvVar parses an environment key into a config.Path.
MakeMulti creates a new Multi backend wrapper.
NewLRU creates a new lruCache.
NewMap creates a new simple key value storage using a map.
ToEnvVar converts a Path to a valid environment key.
WithLoadEnvironmentVariables reads configuration values from environment variables.
WithLoadStrings loads a balanced fully qualified path and its stringified value pair into the config.Service.

# Constants

Prefix with which an environment variable must begin with to be considered as a configuration value.
SlashSeparator acts as a slash separator for environment keys.

# Structs

EnvOp allows to set options when creating a new Environment storage service.
MultiOptions provides options for function MakeMulti.