# README
go-ipfs-files
File interfaces and utils used in IPFS
Documentation
https://godoc.org/github.com/ipfs/go-ipfs-files
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
MIT
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewMultiFileReader constructs a MultiFileReader.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWebFile creates a WebFile with the given URL, which will be used to perform the GET request on Read().
# Variables
No description provided by the author
No description provided by the author
# Structs
MultiFileReader reads from a `commands.File` (which can be a directory of files or a regular file) as HTTP multipart encoded data.
MultipartFile implements File, and is created from a `multipart.Part`.
ReaderFile is a implementation of File created from an `io.Reader`.
SliceFile implements File, and provides simple directory handling.
No description provided by the author
WebFile is an implementation of File which reads it from a Web URL (http).
# Interfaces
File is an interface that provides functionality for handling files/directories as values that can be supplied to commands.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author