# Functions
Cfg is alias of Config.
Client is a convenience function, that creates and returns a new HTTP client.
Config returns an instance of config object with specified name.
Database returns an instance of database ORM object with specified configuration group name.
DB is alias of Database.
I18n returns an instance of gi18n.Manager.
Log returns an instance of glog.Logger.
Model creates and returns a model from specified database or default database configuration.
Redis returns an instance of redis client with specified configuration group name.
Res is alias of Resource.
Resource returns an instance of Resource.
Server returns an instance of http server with specified name.
Table is alias of Model.
TCPServer returns an instance of tcp server with specified name.
UDPServer returns an instance of udp server with specified name.
View returns an instance of template engine object with specified name.