add consul task
[arvados.git] / services / boot / download_task.go
index 508402d8b3af99fb8b81aaf24f1eb2938d48fcd1..da70678c6ebd18ddc5c9a694de957a6b1cfd56f3 100644 (file)
@@ -20,6 +20,8 @@ type download struct {
        Hash string
 }
 
+func (d *download) Init(cfg *Config) {}
+
 func (d *download) Children() []task {
        return nil
 }