Files
payouts/internal/service/database/config/database.go
2026-03-10 19:17:43 +03:00

9 lines
127 B
Go

package config
type Database struct {
Type string
Connection string
LogLevel string
TraceRequests bool
}