Skip to content

Commit

Permalink
fix extend-db
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Dec 23, 2023
1 parent d98c703 commit 3a6a860
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scalardb/src/scalardb/db_extend.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
db/Primary
(primaries [_ test] (db/primaries db test))
(setup-primary! [_ test node] (db/setup-primary! db test node))
db/Pause
(pause! [_ test node] (db/pause! db test node))
(resume! [_ test node] (db/resume! db test node))
db/Kill
(start! [_ test node] (db/start! db test node))
(kill! [_ test node] (db/kill! db test node))
db/LogFiles
(log-files [_ test node] (db/log-files db test node))
DbExtension
Expand Down

0 comments on commit 3a6a860

Please sign in to comment.