func ParseConfig()

in configs/config.go [116:118]


func ParseConfig(content []byte) error {
	return yaml.Unmarshal(content, &GlobalConfig)
}