Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Title string
Root string
Debug bool
SessionKey string
Database struct {
Username string
Password string
Name string
Host string
Port int
URI string
}
Session struct {
Key string
}
}
Config specifies the available configuration values
var Conf Config
Conf is the loaded configuration
func SetupConfig ¶
SetupConfig converts a byte stream to a Config object
Click to show internal directories.
Click to hide internal directories.