package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev

# Functions

This returns a CacheOnStorage, which adds a cache layer on top of the storage.
This creates a GenericStorage.
This returns a local non-persistent storage which uses map[string]interface{} as its underlying storage.
This returns a RateLimitedStorage.

# Structs

A storage implementation where a cache is layered on top of a storage.
A generic storage implementation.
Options used in GenericStorage construction.
No description provided by the author
A storage implementation which limits the maximum number of concurrent operations.

# Interfaces

A generic key value storage interface.