Add the delete logic for image cache.

This commit is contained in:
zicla
2018-11-26 12:32:48 +08:00
parent 3ae6dd917b
commit f83dec5f80
3 changed files with 43 additions and 6 deletions

View File

@ -7,7 +7,7 @@ type ImageCache struct {
Base
UserUuid string `json:"userUuid"`
MatterUuid string `json:"matterUuid"`
Uri string `json:"name"`
Uri string `json:"uri"`
Md5 string `json:"md5"`
Size int64 `json:"size"`
Path string `json:"path"`