mirror of
https://github.com/restic/restic.git
synced 2025-04-27 14:30:47 +00:00
commit
4d22412e0c
@ -190,7 +190,7 @@ func (e *vssError) Error() string {
|
|||||||
return fmt.Sprintf("VSS error: %s: %s (%#x)", e.text, e.hresult.Str(), e.hresult)
|
return fmt.Sprintf("VSS error: %s: %s (%#x)", e.text, e.hresult.Str(), e.hresult)
|
||||||
}
|
}
|
||||||
|
|
||||||
// VssError encapsulates errors returned from calling VSS api.
|
// vssTextError encapsulates errors returned from calling VSS api.
|
||||||
type vssTextError struct {
|
type vssTextError struct {
|
||||||
text string
|
text string
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
// TestTree is used to construct a list of trees for testing the walker.
|
// TestTree is used to construct a list of trees for testing the walker.
|
||||||
type TestTree map[string]interface{}
|
type TestTree map[string]interface{}
|
||||||
|
|
||||||
// TestNode is used to test the walker.
|
// TestFile is used to test the walker.
|
||||||
type TestFile struct {
|
type TestFile struct {
|
||||||
Size uint64
|
Size uint64
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user