restic/internal/limiter
greatroar 90d2c0502b cmd/restic, limiter: Move config knowledge to internal packages
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.
2022-06-22 18:29:58 +02:00
..
limiter.go limiter: support WriteTo in LimitBackend for read rate limiting 2021-01-03 22:23:53 +01:00
limiter_backend.go Simplify internal/limiter 2021-04-24 11:54:43 +02:00
limiter_backend_test.go cmd/restic, limiter: Move config knowledge to internal packages 2022-06-22 18:29:58 +02:00
static_limiter.go cmd/restic, limiter: Move config knowledge to internal packages 2022-06-22 18:29:58 +02:00
static_limiter_test.go cmd/restic, limiter: Move config knowledge to internal packages 2022-06-22 18:29:58 +02:00