mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: data store
This commit is contained in:
parent
4f8ee6cf9c
commit
19bdd27de1
8 changed files with 123 additions and 53 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package worker
|
||||
|
||||
func StartWorkers() {
|
||||
go StartDataStoreWorker()
|
||||
go StartLastFMWorker()
|
||||
go StartComputerWorker()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue