This commit is contained in:
Kar
2024-01-08 14:00:41 +05:30
commit dbe86acfac
31 changed files with 1793 additions and 0 deletions

6
db/mongo/const.go Normal file
View File

@@ -0,0 +1,6 @@
package mongo
const (
obdDatabase = "global"
movieCollection = "movies"
)