oc-lib/models/utils/enums.go
2024-07-18 11:51:12 +02:00

9 lines
72 B
Go

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