oc-lib/utils/enums.go
2024-07-18 14:39:54 +02:00

9 lines
72 B
Go

package utils
type Driver int
const (
INVALID Driver = iota
MONGO
)