forked from electricdusk/rushlink
Run go fmt
This commit is contained in:
@@ -39,7 +39,7 @@ type FileUpload struct {
|
||||
PubID uuid.UUID `gorm:"uniqueIndex"`
|
||||
|
||||
// User ID that created this file
|
||||
CreatedBy uint `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
|
||||
// FileName contains the original filename of this FileUpload.
|
||||
FileName string
|
||||
|
||||
@@ -24,7 +24,7 @@ type Paste struct {
|
||||
ID uint `gorm:"primaryKey"`
|
||||
Type PasteType `gorm:"index"`
|
||||
State PasteState `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
Content []byte
|
||||
Key string `gorm:"uniqueIndex"`
|
||||
DeleteToken string
|
||||
|
||||
Reference in New Issue
Block a user