Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Title string
Version string
Author string
Server struct {
Host string
Port int64
}
Upstreams []string
Cache struct {
Engine string
MaxAge string
// Config struct {
// Host string
// Port int
// Db int
// Password string
// Prefix string
// }
Config redis.RedisConfig
}
Log struct {
Transport string
Level string
}
Hosts struct {
Enable bool
File string
}
}
Config is the configuration of lighthouse
Click to show internal directories.
Click to hide internal directories.