package
0.15.3-rc2
Repository: https://github.com/mudphilo/chat.git
Documentation: pkg.go.dev

# 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.