ipfs-cluster/pintracker/optracker
Hector Sanjuan c026299b95 Include Name as GlobalPinInfo key and consolidate redundant keys
GlobalPinInfo objects carried redundant information (Cid, Peer) that takes
space and time to serialize.

This has been addressed by having GlobalPinInfo embed PinInfoShort rather than
PinInfo. This new types ommits redundant fields.
2020-05-16 02:27:24 +02:00
..
operation_test.go Rename "test.Test*" to "test.*" (test.TestCid1 -> test.Cid1) 2019-02-27 20:19:10 +00:00
operation.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
operationtracker_test.go gofmt -s fixes 2020-04-14 23:44:18 +02:00
operationtracker.go Include Name as GlobalPinInfo key and consolidate redundant keys 2020-05-16 02:27:24 +02:00
operationtype_string.go go:generate stringer phase and operationtype 2019-05-07 12:24:28 +10:00
phase_string.go go:generate stringer phase and operationtype 2019-05-07 12:24:28 +10:00