Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct { Builder sdk.TemplateVar // contains filtered or unexported fields }
Custom represents a "custom" templated variable.
type Option ¶
type Option func(constant *Custom)
Option represents an option that can be used to configure a custom variable.
func HideLabel ¶
func HideLabel() Option
HideLabel ensures that this variable's label will not be displayed.
func IncludeAll ¶
func IncludeAll() Option
IncludeAll adds an option to allow all values to be selected.
Click to show internal directories.
Click to hide internal directories.