Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DB DbConfig `yaml:"db"` Version string `yaml:"version"` Greeter GreeterConfig `yaml:"greeter"` }
Config ...
type DbConfig ¶
type DbConfig struct { Type string `yaml:"type"` Driver string `yaml:"driver"` Conn string `yaml:"conn"` }
DbConfig ...
type GreeterConfig ¶
type GreeterConfig struct {
Version string `yaml:"version"`
}
GreeterConfig ...
Click to show internal directories.
Click to hide internal directories.