AddDownloadWithIDFunc preserves caller-chosen ids when a remote/UI layer already owns them.
func(string, string, string, []string, map[string]string, string, int64, bool) (string, error)
| 24 | |
| 25 | // AddDownloadWithIDFunc preserves caller-chosen ids when a remote/UI layer already owns them. |
| 26 | type AddDownloadWithIDFunc func(string, string, string, []string, map[string]string, string, int64, bool) (string, error) |
| 27 | |
| 28 | // IsNameActiveFunc lets routing treat in-flight downloads as filename conflicts within a directory. |
| 29 | type IsNameActiveFunc func(dir, name string) bool |
nothing calls this directly
no outgoing calls
no test coverage detected