Removed unused structures.
This commit is contained in:
parent
2cdd27d249
commit
713bd166af
@ -19,28 +19,6 @@ import (
|
|||||||
"time"
|
"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 {
|
type UploadHandlers struct {
|
||||||
conf *configuration.Configuration
|
conf *configuration.Configuration
|
||||||
logErr *logging.Logger
|
logErr *logging.Logger
|
||||||
|
Loading…
Reference in New Issue
Block a user