mirror of
https://github.com/restic/restic.git
synced 2025-12-26 01:29:40 -05:00
The GlobalOptions struct now embeds a backend.TransportOptions, so it doesn't need to construct one in open and create. The upload and download limits are similarly now a struct in internal/limiter that is embedded in GlobalOptions. |
||
|---|---|---|
| .. | ||
| limiter.go | ||
| limiter_backend.go | ||
| limiter_backend_test.go | ||
| static_limiter.go | ||
| static_limiter_test.go | ||