refactor: remove IConfig

This commit is contained in:
debugtalk
2022-01-19 21:42:12 +08:00
parent c024cb662d
commit 184a0e7296
14 changed files with 39 additions and 64 deletions

View File

@@ -137,7 +137,7 @@ func (p *HashicorpPlugin) Call(funcName string, args ...interface{}) (interface{
func (p *HashicorpPlugin) Quit() error {
// kill hashicorp plugin process
log.Warn().Msg("quit hashicorp plugin process")
log.Info().Msg("quit hashicorp plugin process")
pluginHost.Quit()
return nil
}