Open mostafa opened 1 year ago
The PluginConfig is a map[string]interface{}. The configuration management should be able to handle types cleanly.
PluginConfig
map[string]interface{}
The
PluginConfig
is amap[string]interface{}
. The configuration management should be able to handle types cleanly.