Files
test_deploy/internal/database/domain.go
Alex Shevchuk d84487d238 1
2025-08-18 17:12:04 +03:00

11 lines
108 B
Go

package database
type (
ClientType int
Config any
)
const (
PostgresClientType ClientType = iota
)