mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: add lastfm route and workers
This commit is contained in:
parent
03d040a18d
commit
4fd340bf22
8 changed files with 128 additions and 1 deletions
5
internal/worker/worker.go
Normal file
5
internal/worker/worker.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package worker
|
||||
|
||||
func StartWorkers() {
|
||||
go StartLastFMWorker()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue