mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
refactor: rename app to panel
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"github.com/TheTNB/panel/internal/app"
|
||||
"github.com/TheTNB/panel/internal/panel"
|
||||
"github.com/TheTNB/panel/pkg/queue"
|
||||
)
|
||||
|
||||
func initQueue() {
|
||||
app.Queue = queue.New()
|
||||
go app.Queue.Run()
|
||||
panel.Queue = queue.New()
|
||||
go panel.Queue.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user