Versions in this module Expand all Collapse all v0 v0.16.0 Dec 19, 2019 Changes in this version + func GetConfigurations(ctx context.Context, input string, fileList []string) (map[string]interface{}, error) + func ValidInputs() []string + type ConfigDoc struct + Filepath string + ReadCloser io.ReadCloser + type ConfigManager struct + func NewConfigManager(fileType string) (*ConfigManager, error) + func (s *ConfigManager) BulkUnmarshal(configList []ConfigDoc) (map[string]interface{}, error) + type Parser interface + Unmarshal func(p []byte, v interface{}) error + func GetParser(fileType string) (Parser, error)