ipld-eth-server/vendor/github.com/ipfs/go-ipfs/repo/fsrepo/doc.go
2019-12-02 13:24:46 -06:00

21 lines
677 B
Go

// package fsrepo
//
// TODO explain the package roadmap...
//
// .ipfs/
// ├── client/
// | ├── client.lock <------ protects client/ + signals its own pid
// │ ├── ipfs-client.cpuprof
// │ └── ipfs-client.memprof
// ├── config
// ├── daemon/
// │ ├── daemon.lock <------ protects daemon/ + signals its own address
// │ ├── ipfs-daemon.cpuprof
// │ └── ipfs-daemon.memprof
// ├── datastore/
// ├── repo.lock <------ protects datastore/ and config
// └── version
package fsrepo
// TODO prevent multiple daemons from running