Integrate tx enabled vise db

This commit is contained in:
lash
2025-01-19 09:46:37 +00:00
parent c719db8b92
commit be47c999ca
14 changed files with 46 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ func main() {
fmt.Fprintf(os.Stderr, "%v\n", err)
os.Exit(1)
}
defer store.Close()
defer store.Close(ctx)
err = store.AddFromFile(ctx, sshKeyFile, sessionId)
if err != nil {