11 lines
108 B
Go
11 lines
108 B
Go
package database
|
|
|
|
type (
|
|
ClientType int
|
|
Config any
|
|
)
|
|
|
|
const (
|
|
PostgresClientType ClientType = iota
|
|
)
|