Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// Block returns the block associated with a given key.
Block(context.Context, u.Key) (*blocks.Block, error)
// TODO Should callers be concerned with whether the block was made
// available on the network?
HasBlock(context.Context, blocks.Block) error
}
Any type that implements exchange.Interface may be used as an IPFS block exchange protocol.
Click to show internal directories.
Click to hide internal directories.