Versions in this module Expand all Collapse all v0 v0.22.0 May 9, 2020 v0.21.0 May 9, 2020 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 + Parser Parser + ReadCloser io.ReadCloser + type Parser interface + Unmarshal func(p []byte, v interface{}) error + func GetParser(fileType string) (Parser, error)