ipfs-cluster/cmd/ipfs-cluster-follow
Hector Sanjuan a97ed10d0b Adopt api.Cid type - replaces cid.Cid everwhere.
This commit introduces an api.Cid type and replaces the usage of cid.Cid
everywhere.

The main motivation here is to override MarshalJSON so that Cids are
JSON-ified as '"Qm...."' instead of '{ "/": "Qm....." }', as this "ipld"
representation of IDs is horrible to work with, and our APIs are not issuing
IPLD objects to start with.

Unfortunately, there is no way to do this cleanly, and the best way is to just
switch everything to our own type.
2022-04-07 14:27:39 +02:00
..
dist Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
commands.go Adopt api.Cid type - replaces cid.Cid everwhere. 2022-04-07 14:27:39 +02:00
main.go Fix #992: Ensure the gateway variable is set on the run --init command 2019-12-23 23:32:06 +01:00
Makefile Switch to building with -trimpath instead of asm and gc trimpath flags 2020-10-20 14:32:20 +02:00