package
0.0.0-20190101045657-ce948763b909
Repository: https://github.com/ether1project/go-ipfs.git
Documentation: pkg.go.dev
# Functions
ParseInputs uses DefaultInputEncParsers to parse io.Reader described by input encoding and format to an instance of ipld Node.
# Variables
DefaultInputEncParsers is InputEncParser that is used everywhere.
# Type aliases
DagParser is function used for parsing stream into Node.
FormatParsers is used for mapping format descriptors to DagParsers.
InputEncParsers is used for mapping input encodings to FormatParsers.