(fromPath, toPath string)
| 216 | } |
| 217 | |
| 218 | func relocationErrorDetails(fromPath, toPath string) map[string]any { |
| 219 | return map[string]any{ |
| 220 | "from_path": fromPath, |
| 221 | "to_path": toPath, |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | func urlErrorDetails(url string) map[string]any { |
| 226 | return map[string]any{"url": url} |
no outgoing calls
no test coverage detected