refactor: extract shared sync logic from gist into sync module
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use crate::config::SshellConfig;
|
||||
use super::gist::{PullStrategy, build_sync_payload, merge_remote};
|
||||
use super::{PullStrategy, build_sync_payload, merge_remote};
|
||||
use anyhow::{Context, Result, bail};
|
||||
use hmac::{Hmac, Mac};
|
||||
use reqwest::blocking::Client;
|
||||
|
||||
Reference in New Issue
Block a user