Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigValue ¶
type ConfigValue struct {
// contains filtered or unexported fields
}
func NewConfigValue ¶
func NewConfigValue(factory Factory) ConfigValue
func (*ConfigValue) UnmarshalYAML ¶
func (cv *ConfigValue) UnmarshalYAML(unmarshal func(interface{}) error) error
func (*ConfigValue) WithDefault ¶
func (cv *ConfigValue) WithDefault(value Value)
type DefaultFactory ¶
type DefaultFactory struct{}
type MultiAnyValue ¶
type MultiAnyValue []Value
type MultiConfigValue ¶
type MultiConfigValue struct {
// contains filtered or unexported fields
}
func NewMultiConfigValue ¶
func NewMultiConfigValue(factory Factory) MultiConfigValue
func (*MultiConfigValue) UnmarshalYAML ¶
func (mcv *MultiConfigValue) UnmarshalYAML(unmarshal func(interface{}) error) error
type MultiValue ¶
type Value ¶
func CreateTemplateValue ¶
func MustCreateTemplateValue ¶
func NewStringValue ¶
func NewTemplateValue ¶
Click to show internal directories.
Click to hide internal directories.