mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
Remove unused struct fields
This commit is contained in:
parent
edfd86624c
commit
77c7c33205
@ -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 New Issue
Block a user