bucket crud
This commit is contained in:
@ -10,7 +10,7 @@ type Bucket struct {
|
||||
|
||||
type Object struct {
|
||||
gorm.Model
|
||||
Name string `gorm:"uniqueIndex"`
|
||||
Key string `gorm:"uniqueIndex"`
|
||||
Size uint
|
||||
BucketId uint
|
||||
}
|
||||
|
Reference in New Issue
Block a user