Commit 9a7fbe32 authored by Brian Tiger Chow's avatar Brian Tiger Chow

doc(fsrepo): Roadmap

parent 6959b4f0
// package fsrepo
//
// TODO explain the package roadmap...
//
// .go-ipfs/
// ├── client/
// | ├── client.lock <------ protects client/ + signals its own pid
// │ ├── ipfs-client.cpuprof
// │ ├── ipfs-client.memprof
// │ └── logs/
// ├── config
// ├── daemon/
// │ ├── daemon.lock <------ protects daemon/ + signals its own address
// │ ├── ipfs-daemon.cpuprof
// │ ├── ipfs-daemon.memprof
// │ └── logs/
// ├── datastore/
// ├── repo.lock <------ protects datastore/ and config
// └── version
package fsrepo
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment