package config type ConfigContainerType string const ( BesidesExe ConfigContainerType = "besides-exe" UserConfig ConfigContainerType = "user-config" SystemConfig ConfigContainerType = "system-config" None ConfigContainerType = "" )