Struct ipfs_api::response::FileLsResponse
[−]
[src]
pub struct FileLsResponse {
pub arguments: HashMap<String, String>,
pub objects: HashMap<String, IpfsDetailedFile>,
}Fields
arguments: HashMap<String, String>
objects: HashMap<String, IpfsDetailedFile>