AppConfig

Undocumented in source.

Members

Structs

ApplicationConf
struct ApplicationConf
Undocumented in source.
CacheConf
struct CacheConf
Undocumented in source.
CornConf
struct CornConf
Undocumented in source.
DBConfig
struct DBConfig
Undocumented in source.
DateConf
struct DateConf
Undocumented in source.
DbPoolConf
struct DbPoolConf
Undocumented in source.
DownloadConfig
struct DownloadConfig
Undocumented in source.
HttpConf
struct HttpConf
Undocumented in source.
HttpsConf
struct HttpsConf
Undocumented in source.
LogConfig
struct LogConfig
Undocumented in source.
MailConf
struct MailConf
Undocumented in source.
MailSmtpConf
struct MailSmtpConf
Undocumented in source.
MemcacheConf
struct MemcacheConf
Undocumented in source.
RedisConf
struct RedisConf
Undocumented in source.
RouteConf
struct RouteConf
Undocumented in source.
RpcConf
struct RpcConf
Undocumented in source.
ServiceConf
struct ServiceConf
Undocumented in source.
SessionConf
struct SessionConf
Undocumented in source.
UploadConf
struct UploadConf
Undocumented in source.
Views
struct Views
Undocumented in source.

Variables

application
ApplicationConf application;
Undocumented in source.
cache
CacheConf cache;
Undocumented in source.
cron
CornConf cron;
Undocumented in source.
database
DBConfig database;
Undocumented in source.
date
DateConf date;
Undocumented in source.
download
DownloadConfig download;
Undocumented in source.
http
HttpConf http;
Undocumented in source.
https
HttpsConf https;
Undocumented in source.
log
LogConfig log;
Undocumented in source.
mail
MailConf mail;
Undocumented in source.
memcache
MemcacheConf memcache;
Undocumented in source.
redis
RedisConf redis;
Undocumented in source.
route
RouteConf route;
Undocumented in source.
rpc
RpcConf rpc;
Undocumented in source.
session
SessionConf session;
Undocumented in source.
upload
UploadConf upload;
Undocumented in source.
view
Views view;
Undocumented in source.

Meta