Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VERSION string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug string
Database struct {
Type string
Connection string
}
Server struct {
BindIP string
Port string
Prefork bool
ServerHeader string
StrictRouting bool
CaseSensitive bool
ETag bool
Concurrency int
ProxyHeader string
EnableTrustedProxyCheck bool
TrustedProxies []string
DisableStartupMessage bool
AppName string
ReduceMemoryUsage bool
Network string
EnablePrintRoutes bool
}
}
func ParseDatabaseURL ¶
Click to show internal directories.
Click to hide internal directories.