framework/pkg/db/config.go

6 lines
60 B
Go
Raw Permalink Normal View History

2024-10-12 02:52:22 +03:00
package db
type Config struct {
DSN string `yaml:"dsn"`
}