service backend
This commit is contained in:
11
api/pkg/db/config.go
Normal file
11
api/pkg/db/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package db
|
||||
|
||||
import "github.com/tech/sendico/pkg/model"
|
||||
|
||||
type DBDriver string
|
||||
|
||||
const (
|
||||
Mongo DBDriver = "mongodb"
|
||||
)
|
||||
|
||||
type Config = model.DriverConfig[DBDriver]
|
||||
Reference in New Issue
Block a user