This commit is contained in:
withchao
2023-03-30 10:52:45 +08:00
parent b27efd54cc
commit 8843933d45
4 changed files with 184 additions and 152 deletions
@@ -17,6 +17,7 @@ type ObjectPutModel struct {
ContentType string `gorm:"column:content_type"`
ObjectSize int64 `gorm:"column:object_size"`
FragmentSize int64 `gorm:"column:fragment_size"`
PutURLsHash string `gorm:"column:put_urls_hash"`
Complete bool `gorm:"column:complete"`
ValidTime *time.Time `gorm:"column:valid_time"`
EffectiveTime time.Time `gorm:"column:effective_time"`