1
0
Fork 0

Removed unused structures.

This commit is contained in:
Alexander Andreev 2022-06-13 21:16:15 +04:00
parent 2cdd27d249
commit 713bd166af
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 22 deletions

View File

@ -19,28 +19,6 @@ import (
"time"
)
type NotFoundData struct {
MainSite string
}
type IndexData struct {
MainSite string
FileMaxSz string
StorageCapacity int64
StorageUsed int64
StorageAvailable int64
StorageCapStr string
StorageUsedStr string
StorageAvailStr string
KeepForHours int
}
type UploadedData struct {
MainSite string
DownloadURL string
KeepForHours int
}
type UploadHandlers struct {
conf *configuration.Configuration
logErr *logging.Logger