refactor: rename ProtocolType
This commit is contained in:
parent
f986e3e483
commit
441e07f00e
|
@ -6,7 +6,7 @@ type Upload struct {
|
|||
gorm.Model
|
||||
UserID uint
|
||||
Hash string
|
||||
ProtocolType string
|
||||
Protocol string
|
||||
User User
|
||||
UploaderIP string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue