mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
78f3944b5d
Signed-off-by: junxiang Mu <1948535941@qq.com>
5 lines
128 B
Rust
5 lines
128 B
Rust
#[async_trait::async_trait]
|
|
pub trait Coordinator: Send + Sync {
|
|
async fn ping();
|
|
async fn create_bucket() -> Result<>
|
|
} |