# Functions
NewFileFromBytes creates a new File instance from the provided byte slice.
NewFileFromMultipart creates a new File from the provided multipart header.
NewFileFromPath creates a new File instance from the provided local file path.
NewFileFromUrl creates a new File from the provided url by downloading the resource and load it as BytesReader.
NewLocal initializes a new local filesystem instance.
NewS3 initializes an S3 filesystem instance.
# Variables
No description provided by the author
# Structs
BytesReader defines a FileReader from bytes content.
File defines a single file [io.ReadSeekCloser] resource.
MultipartReader defines a FileReader from [multipart.FileHeader].
PathReader defines a FileReader from a local file path.
No description provided by the author
# Interfaces
FileReader defines an interface for a file resource reader.