mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Extra Mimetypes (#17)
Vastly expands the list of mimetypes we can detect from file extensions.
This commit is contained in:
@@ -34,7 +34,7 @@ type FileInfo struct {
|
||||
|
||||
type FullFile struct {
|
||||
Info *FileInfo `json:"info"`
|
||||
Data64 string `json:"data64,omitempty"` // base64 encoded
|
||||
Data64 string `json:"data64"` // base64 encoded
|
||||
}
|
||||
|
||||
func (fs *FileService) StatFile(path string) (*FileInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user