pub async fn create_postgres_replication_slot(
configuration: &Configuration,
workspace: &str,
path: &str,
slot: Slot,
) -> Result<String, Error<CreatePostgresReplicationSlotError>>
pub async fn create_postgres_replication_slot(
configuration: &Configuration,
workspace: &str,
path: &str,
slot: Slot,
) -> Result<String, Error<CreatePostgresReplicationSlotError>>