mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
Rename NewPluginServer to just Serve
This commit is contained in:
@@ -48,7 +48,7 @@ func Run() error {
|
||||
return err
|
||||
}
|
||||
|
||||
dbplugin.NewPluginServer(dbType.(*MySQL))
|
||||
dbplugin.Serve(dbType.(*MySQL))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user