Implement PATCH-ing to the api
This commit is contained in:
10
download.go
Normal file
10
download.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func Download(event PBEvent) (err error) {
|
||||
log.Printf("Download event: %+v\n", event)
|
||||
// SetDownloaded(event)
|
||||
// ...do something
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user