Add a parameter named alien.

This commit is contained in:
zicla
2017-12-28 14:36:56 +08:00
parent 112edc2569
commit bbb70cfc5e
5 changed files with 15 additions and 7 deletions

View File

@ -5,6 +5,7 @@ type Matter struct {
Puuid string `json:"puuid"`
UserUuid string `json:"userUuid"`
Dir bool `json:"dir"`
Alien bool `json:"alien"`
Name string `json:"name"`
Md5 string `json:"md5"`
Size int64 `json:"size"`