mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
instead of dispatching and implementing the per-option handling right in `storage_option`, define these helpers in the dedicated option themselves, so `storage_option` is only responsible for dispatching. much cleaner this way. this change also makes it easier to add yet another storage backend. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>