Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectChangedEnvVar ¶
Types ¶
type Properties ¶ added in v0.0.4
type Properties interface { Enver PropertyExporter Property(key string) (string, bool) SetProperty(key, value string) MergeProperties(PropertyExporter) String() string }
func CleanEnv ¶
func CleanEnv(envParent, envInner []string) (env Properties)
func CloneProperties ¶ added in v0.0.4
func CloneProperties(pr PropertyExporter) Properties
func EnvToProperties ¶ added in v0.0.4
func EnvToProperties(env []string) Properties
func NewProperties ¶ added in v0.0.4
func NewProperties() Properties
type PropertyExporter ¶
Click to show internal directories.
Click to hide internal directories.