Add provider to file API.

This commit is contained in:
Yang Luo
2021-08-15 01:09:51 +08:00
parent 518c3f9f69
commit 8674b4853a
4 changed files with 50 additions and 31 deletions

View File

@ -26,6 +26,7 @@ type Resource struct {
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Provider string `xorm:"varchar(100)" json:"provider"`
Tag string `xorm:"varchar(100)" json:"tag"`
Parent string `xorm:"varchar(100)" json:"parent"`
FileType string `xorm:"varchar(100)" json:"fileType"`