package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev

# Functions

LimitBackend wraps a Backend and applies rate limiting to Load() and Save() calls on the backend.
NewStaticLimiter constructs a Limiter with a fixed (static) upload and download rate cap.
No description provided by the author

# Structs

Limits represents static upload and download limits.

# Interfaces

Limiter defines an interface that implementers can use to rate limit I/O according to some policy defined and configured by the implementer.