summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2018-01-23 20:49:08 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2018-01-23 20:49:08 -0500
commit648517312fd0aa754c938abde66af038e2628c13 (patch)
tree2af6f572a8508882b8aa5adc6daa26552f7c289c /ipfs-api/src/response
parent1661d3e4a90ea2797b3b0485c9396b0b79473e0c (diff)
add /object/new and /object/data
Diffstat (limited to 'ipfs-api/src/response')
-rw-r--r--ipfs-api/src/response/object.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipfs-api/src/response/object.rs b/ipfs-api/src/response/object.rs
index 78fd271..5bfecb0 100644
--- a/ipfs-api/src/response/object.rs
+++ b/ipfs-api/src/response/object.rs
@@ -9,8 +9,6 @@
use response::{serde, IpfsHeader};
use std::collections::HashMap;
-pub type ObjectDataResponse = Vec<u8>;
-
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct ObjectDiff {