8 lines
98 B
Go
8 lines
98 B
Go
package config
|
|
|
|
type Database struct {
|
|
Type string
|
|
Connection string
|
|
LogLevel string
|
|
}
|