Add db module
This commit is contained in:
7
internal/service/database/config/database.go
Normal file
7
internal/service/database/config/database.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type Database struct {
|
||||
Type string
|
||||
Connection string
|
||||
LogLevel string
|
||||
}
|
||||
Reference in New Issue
Block a user