doc(fsrepo): Roadmap

This commit is contained in:
Brian Tiger Chow 2015-01-13 05:00:29 -08:00
parent 6959b4f032
commit 9a7fbe3210

20
repo/fsrepo/doc.go Normal file
View File

@ -0,0 +1,20 @@
// 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