# Functions
AllSandboxes returns all sandboxes on the server.
Get a sandbox.
GetList returns a list of the ids of all the sandboxes on the system.
New creates a new sandbox, given a map of null values with file checksums as keys.
Purge cleans out old sandboxes from the database older than the given duration.
# Structs
Sandbox is a slice of checksums of files, marked completed once they've all been uploaded or if they've already been uploaded.
# Type aliases
ByDate is a type for sorting Sandboxes..