mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 10:37:56 +00:00
Fix documentation
This commit is contained in:
@@ -34,7 +34,7 @@ func New() (interface{}, error) {
|
||||
return dbType, nil
|
||||
}
|
||||
|
||||
// Run instatiates a PostgreSQL object, and runs the RPC server for the plugin
|
||||
// Run instantiates a PostgreSQL object, and runs the RPC server for the plugin
|
||||
func Run() error {
|
||||
dbType, err := New()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user