mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Rename NewPluginServer to just Serve
This commit is contained in:
@@ -41,7 +41,7 @@ func Run() error {
|
||||
return err
|
||||
}
|
||||
|
||||
dbplugin.NewPluginServer(dbType.(*PostgreSQL))
|
||||
dbplugin.Serve(dbType.(*PostgreSQL))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user