# README
/pkg/rsstorage
Description
A storage library. Useful for applications that need to store and retrieve data from centralized locations like NFS or AWS S3.
Examples
- markdownRenderer
demonstrates how to use
rsstorage
to create and retrieve files.
Implementations
See servers for information on the implementations available.
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MetadataStorageServer overrides the `Get` and `Put` methods for interacting with the database to record access times.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The StorageServer provides an interface to the file system for:
(a) The FileCache in `file.go` (gets data from the cache) (b) The Runners in `cache/runners` (put data into the cache).
# Type aliases
No description provided by the author