mirror of
https://github.com/restic/restic.git
synced 2026-09-19 18:48:30 +00:00
Select specific Node fields for listing
This commit is contained in:
@@ -50,7 +50,7 @@ type Node struct {
|
||||
|
||||
Error string `json:"error,omitempty"`
|
||||
|
||||
Path string `json:"path"`
|
||||
Path string `json:"-"`
|
||||
}
|
||||
|
||||
// Nodes is a slice of nodes that can be sorted.
|
||||
|
||||
Reference in New Issue
Block a user