refactor: add Size field

This commit is contained in:
Derrick Hammer 2024-01-16 00:54:32 -05:00
parent 441e07f00e
commit 48f03c0f47
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ type Upload struct {
Protocol string
User User
UploaderIP string
Size uint64
}