Path | Synopsis |
---|---|
bin | |
pkg/blobstore | Interface for writing blob store adapters to Varasto |
pkg/blobstore/googledriveblobstore | Writes your blobs to Google Drive |
pkg/blobstore/localfsblobstore | Stores your blobs on local FS-accessible paths |
pkg/blobstore/s3blobstore | Writes your blobs to AWS S3 |
pkg/blorm | |
pkg/childprocesscontroller | Represents a child process whose state we want to control (start, stop, keep alive after crashes), |
pkg/docreference | |
pkg/duration | |
pkg/frontend | Definitions (like UI routes) for Varasto's frontend |
pkg/fssnapshot | Cross-platform filesystem snapshotting library |
pkg/igdbapi | IGDB (Internet Game Database) API |
pkg/logtee | Plumbing for teeing/tailing log messages. |
pkg/mutexmap | |
pkg/restartcontroller | Wrapper for running a restartable fn. |
pkg/scheduler | |
pkg/seasonepisodedetector | Extracts season & episode numbers for TV show filenames |
pkg/smart | Access SMART data of disks |
pkg/sslca | Managing a CA and signing server certs. |
pkg/stateresolver | Computes the state of collection at an exact revision. |
pkg/stoclient | Client for accessing Varasto server |
pkg/stodebug | |
pkg/stofuse | FUSE adapter for interfacing with Varasto from filesystem |
pkg/stofuse/stofuseclient | Client for FUSE server's API |
pkg/stofuse/stofuseentrypoint | This entrypoint is in own package, so we don't need to sprinkle conditional compilation all around the base "stofuse" package because it doesn't compile on Windows |
pkg/stomediascanner | |
pkg/stomvu | |
pkg/stoserver | The server component main package for Varasto |
pkg/stoserver/stodb | Encapsulates access to the metadata database |
pkg/stoserver/stodbimportexport | logic for importing/exporting the metadata database into a file |
pkg/stoserver/stodiskaccess | diskaccess ties together DB metadata read/write in addition to writing to disk |
pkg/stoserver/stohealth | Health checks for Varasto server |
pkg/stoserver/stointegrityverifier | Responsible for integrity of your data by periodically scanning your volumes to detect bit rot and hardware failures. |
pkg/stoserver/stokeystore | |
pkg/stoserver/storeplication | Controls replication of data between volumes |
pkg/stoserver/stoservertypes | |
pkg/stotypes | |
pkg/stoutils | |
pkg/themoviedbapi | themoviedb.org ("TMDb") REST API client |
pkg/tui | Utils for text-based UIs |
Updated 2020-08-01. Refresh now. Tools for package owners.