1
This commit is contained in:
10
internal/database/domain.go
Normal file
10
internal/database/domain.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package database
|
||||
|
||||
type (
|
||||
ClientType int
|
||||
Config any
|
||||
)
|
||||
|
||||
const (
|
||||
PostgresClientType ClientType = iota
|
||||
)
|
Reference in New Issue
Block a user