migrated to boltdb from sqlite + session files
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
package rest
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/marcopiovanello/yt-dlp-web-ui/v3/server/internal/kv"
|
||||
"github.com/marcopiovanello/yt-dlp-web-ui/v3/server/internal/livestream"
|
||||
"github.com/marcopiovanello/yt-dlp-web-ui/v3/server/internal/queue"
|
||||
|
||||
bolt "go.etcd.io/bbolt"
|
||||
)
|
||||
|
||||
type ContainerArgs struct {
|
||||
DB *sql.DB
|
||||
DB *bolt.DB
|
||||
MDB *kv.Store
|
||||
MQ *queue.MessageQueue
|
||||
LM *livestream.Monitor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user