Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-07-24 11:47:03 +08:00
parent 168a07a670
commit b48a5fdc94
+3 -3
View File
@@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
use std::collections::HashMap;
use std::sync::Arc;
use rustfs_lock::client::{LockClient, local::LocalClient, remote::RemoteClient};
use crate::disk::endpoint::Endpoint; use crate::disk::endpoint::Endpoint;
use crate::error::Result; use crate::error::Result;
use rustfs_lock::client::{LockClient, local::LocalClient, remote::RemoteClient};
use std::collections::HashMap;
use std::sync::Arc;
/// Create unique lock clients from endpoints /// Create unique lock clients from endpoints
/// This function creates one client per unique host:port combination /// This function creates one client per unique host:port combination