mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Loading this at the last minute means we need a bunch of special cases in *every* command that needs routing, namesys, or even the public key. If we ever have a case where we don't want to do this, we can add an option to the (eventual) IPFS constructor. Handling this up-front is going to be significantly less error prone. Motivation: https://github.com/ipfs/go-ipfs/pull/5825/files#diff-fe35ea64d478c4f3fb767a3f618e5d01R863 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> |
||
|---|---|---|
| .. | ||
| interface | ||
| block_test.go | ||
| block.go | ||
| coreapi.go | ||
| dag_test.go | ||
| dag.go | ||
| dht_test.go | ||
| dht.go | ||
| key_test.go | ||
| key.go | ||
| name_test.go | ||
| name.go | ||
| object_test.go | ||
| object.go | ||
| path_test.go | ||
| path.go | ||
| pin_test.go | ||
| pin.go | ||
| pubsub_test.go | ||
| pubsub.go | ||
| swarm.go | ||
| unixfile.go | ||
| unixfs_test.go | ||
| unixfs.go | ||