ipfs-cluster/pintracker/stateless
Hector Sanjuan e9857652f2 Add a timestamp to Pins
This adds a Timestamp field to the pin objects. This allows to track when they were pinned.

This:

* Allows the pin-tracker to actually show accurate information on when the pin
  entered the system for pins that are not part of ongoing operations
  (currently it shows time.Now())
* Adds support for reporting timestamp on a pinning services api.
2021-10-20 16:55:57 +02:00
..
config_test.go Add ApplyEnvVars test to stateless config 2019-02-18 17:51:04 +02:00
config.go Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
stateless_test.go Fix #1360: Efficient pinset status with filters 2021-07-06 11:34:19 +02:00
stateless.go Add a timestamp to Pins 2021-10-20 16:55:57 +02:00