X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/df1ade5433b027f9cb905e584921692313e647f5..1a37f0144d0fd777771c6d870e3c3298947e2712:/hotline/file_transfer.go diff --git a/hotline/file_transfer.go b/hotline/file_transfer.go index ba4a1e1..7c24109 100644 --- a/hotline/file_transfer.go +++ b/hotline/file_transfer.go @@ -11,11 +11,11 @@ import ( // File transfer types const ( - FileDownload = 0 - FileUpload = 1 - FolderDownload = 2 - FolderUpload = 3 - bannerDownload = 4 + FileDownload = iota + FileUpload + FolderDownload + FolderUpload + bannerDownload ) type FileTransfer struct {