use serde_json::Value; use crate::Server; impl Server { pub fn get_blobs(&self) -> Result, String> { Ok(Vec::new()) } }