Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Kind is the canonical name of the plugin for starting up, etc. Kind = "vars" // EnvTemplate is the env for the template to evaluate EnvTemplate = "INFRAKIT_VARS_TEMPLATE" )
Variables ¶
View Source
var DefaultOptions = Options{ InitialTemplate: ptr(local.Getenv(EnvTemplate, "")), }
DefaultOptions return an Options with default values filled in.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.