Skip to content
Snippets Groups Projects
Commit afe13e13 authored by haungjindie's avatar haungjindie
Browse files

add config_loader_options

parent ff7b2172
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ func ProviderInitOption(confProFile string) LoaderInitOption {
}
func ProviderMustInitOption(confProFile string) LoaderInitOption {
return providerInitOption(confProFile, false)
return providerInitOption(confProFile, true)
}
func providerInitOption(confProFile string, must bool) LoaderInitOption {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment