mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user