forked from TrueCloudLab/restic
Remove unused struct fields
This commit is contained in:
parent
edfd86624c
commit
77c7c33205
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ type Snapshot struct {
|
||||||
Username string `json:"username,omitempty"`
|
Username string `json:"username,omitempty"`
|
||||||
UID uint32 `json:"uid,omitempty"`
|
UID uint32 `json:"uid,omitempty"`
|
||||||
GID uint32 `json:"gid,omitempty"`
|
GID uint32 `json:"gid,omitempty"`
|
||||||
UserID string `json:"userid,omitempty"`
|
|
||||||
GroupID string `json:"groupid,omitempty"`
|
|
||||||
|
|
||||||
id backend.ID // plaintext ID, used during restore
|
id backend.ID // plaintext ID, used during restore
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue