init
This commit is contained in:
6
db/mongo/const.go
Normal file
6
db/mongo/const.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package mongo
|
||||
|
||||
const (
|
||||
obdDatabase = "global"
|
||||
movieCollection = "movies"
|
||||
)
|
||||
Reference in New Issue
Block a user