diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-14 18:21:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-15 13:51:31 +0100 |
commit | 1e42808a59c35aae297d9dfd1c166c09f0b99347 (patch) | |
tree | ddc935f1ef7f99b0ef9634cbdf911ce03323d1ff /src/model/lib.rs | |
parent | 8dff278b7227007d8a2c2f6c6d6f76c0c5d7a1ac (diff) | |
download | garage-1e42808a59c35aae297d9dfd1c166c09f0b99347.tar.gz garage-1e42808a59c35aae297d9dfd1c166c09f0b99347.zip |
[db-snapshot] implement meta_auto_snapshot_interval
Diffstat (limited to 'src/model/lib.rs')
-rw-r--r-- | src/model/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/lib.rs b/src/model/lib.rs index 4f20ea46..8ec338da 100644 --- a/src/model/lib.rs +++ b/src/model/lib.rs @@ -19,3 +19,4 @@ pub mod s3; pub mod garage; pub mod helper; pub mod migrate; +pub mod snapshot; |