diff --git a/internal/handlers/handlers.go b/internal/handlers/handlers.go index 35244c3..8fdf787 100644 --- a/internal/handlers/handlers.go +++ b/internal/handlers/handlers.go @@ -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