package
2.0.4+incompatible
Repository: https://github.com/dnitsch/configmanager.git
Documentation: pkg.go.dev

# Functions

IsParsed will try to parse the return found string into map[string]string If found it will convert that to a map with all keys uppercased and any characters.
NewGenerator returns a new instance of Generator with a default strategy pattern wil be overwritten during the first run of a found tokens map.

# Structs

GenVars is the main struct holding the strategy patterns iface any initialised config if overridded with withers as well as the final outString and the initial rawMap which wil be passed in a loop into a goroutine to perform the relevant strategy network calls to the config store implementations.

# Type aliases

No description provided by the author
ParsedMap is the internal working object definition and the return type if results are not flushed to file.