mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 21:37:38 +08:00
refactor: remove IConfig
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user