# Packages
Package fs implements github.com/tinode/chat/server/media interface by storing media objects in a single directory in the file system.
# Interfaces
Handler is an interface which must be implemented by media handlers (uploaders-downloaders).
ReadSeekCloser is an interface expected by the downloader.