Documentation ¶ Index ¶ Constants type File Constants ¶ View Source const HASH_SIZE = 64 Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { Path string Hash []byte // (schema.HASH_SIZE bytes) must be unsized for storage driver compatibility MediaType string `db:"media_type"` Size uint Mod time.Time } Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.