Module firetrap::storage

source ·
Expand description

Contains the StorageBackend trait that is by the Server and its various implementations.

Structs

Fileinfo contains the path and Metadata of a file.
StorageBackend that uses a local filesystem, like a traditional FTP server.

Enums

The Error variants that can be produced by the StorageBackend implementations.

Traits

Represents the Metadata of a file
The Storage trait defines a common interface to different storage backends for our FTP Server, e.g. for a Filesystem or GCP buckets.