mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
doc(fsrepo): Roadmap
This commit is contained in:
parent
6959b4f032
commit
9a7fbe3210
20
repo/fsrepo/doc.go
Normal file
20
repo/fsrepo/doc.go
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user