access func

This commit is contained in:
mr
2024-07-18 14:39:54 +02:00
parent 7f1f85c00e
commit 4fab0cb153
9 changed files with 93 additions and 21 deletions

8
utils/enums.go Normal file
View File

@@ -0,0 +1,8 @@
package utils
type Driver int
const (
INVALID Driver = iota
MONGO
)