AddDownloadFunc is the lifecycle's handoff into the engine-facing queue layer.
func(string, string, string, []string, map[string]string, bool, int64, bool) (string, error)
| 21 | |
| 22 | // AddDownloadFunc is the lifecycle's handoff into the engine-facing queue layer. |
| 23 | type AddDownloadFunc func(string, string, string, []string, map[string]string, bool, 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) |
nothing calls this directly
no outgoing calls
no test coverage detected