- [Rendered RFC](https://github.com/beyondstorage/go-storage/blob/master/docs/rfcs/41-turn-pair-expire-into-duration.md) This is a special case: we will change the type of our global pairs. At the time we proposal the GSP-41, only one service(qingstor) implement `Reach` and depends on `expire`. ## Affected Services - [x] qingstor ## Steps - [x] Add support for `time.Duration` (Update `cmd/definitions/tmpl/service.tmpl` to import `time` package) - [x] Change pair type from `int` to `time.Duration` (Update `definitions/pairs.toml` pair's type) - [x] All services that refer to `expire` change to `expire` instead (Rebuild with new `go-storage`)