Rename NewPluginServer to just Serve

This commit is contained in:
Brian Kassouf
2017-05-02 02:00:39 -07:00
parent 31541b7fdd
commit 6ddfe9aa7f
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ func Run() error {
return err
}
dbplugin.NewPluginServer(dbType.(*MySQL))
dbplugin.Serve(dbType.(*MySQL))
return nil
}