@@ -0,0 +1,11 @@
package main
type Conf struct {
DB struct {
Driver string
ConnectTo string `yaml:"connect_to"`
} `yaml:"db"`
Logging struct {
Level string
}
The note is not visible to the blocked user.