Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleField ¶
HandleField will check if the given value is a string in the form of '{{xxx}}' where 'xxx' is the name of an environment variable. When that format is found, the environment variable will be fetched and the value converted into the given kind (string, int, float64 or bool) If the environment variable doesn't exist or the value cannot be converted, an error is returned. Otherwise the original value is returned (if not a string or not in the '{{xxx}}' format)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.