mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-06 21:33:14 +00:00
@@ -0,0 +1,5 @@
|
||||
#[async_trait::async_trait]
|
||||
pub trait Coordinator: Send + Sync {
|
||||
async fn ping();
|
||||
async fn create_bucket() -> Result<>
|
||||
}
|
||||
Reference in New Issue
Block a user