(path, revision string)
| 75 | } |
| 76 | |
| 77 | func restoreErrorDetails(path, revision string) map[string]any { |
| 78 | return mergeJSONErrorDetails(operationErrorDetails("restore"), pathErrorDetails(path), revisionErrorDetails(revision)) |
| 79 | } |
| 80 | |
| 81 | func newRestoreResult(path, revision string, metadata *files.FileMetadata) (restoreResult, error) { |
| 82 | result, err := restoreMetadataFromDropbox(path, metadata) |