Documentation ¶
Index ¶
- func Merge(envName string, files []string) ([]byte, error)
- func MergeAttributesFiles(files []string) (map[string]interface{}, error)
- func MergeAttributesFilesForMap(omap map[string]interface{}, files []string) (map[string]interface{}, error)
- func ProcessAttributesTemplating(in interface{}, attributes interface{}) (_ interface{}, err error)
- func ProcessOverride(omap map[string]interface{}) map[string]interface{}
- type AttributesMerger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeAttributesFiles ¶
func ProcessAttributesTemplating ¶
func ProcessAttributesTemplating(in interface{}, attributes interface{}) (_ interface{}, err error)
func ProcessOverride ¶
Types ¶
type AttributesMerger ¶
type AttributesMerger struct {
// contains filtered or unexported fields
}
func NewAttributesMerger ¶
func NewAttributesMerger(rootDir string, attributesDir string) (*AttributesMerger, error)
func (AttributesMerger) Merge ¶
func (a AttributesMerger) Merge() (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.