@@ -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