# 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.
Dump dumps a variable to stdout with more manually readable.
Export exports a variable to string with more manually readable.
GetLogLevel returns the global logging level.
I18n returns an instance of gi18n.Manager.
IsEmpty checks whether given <value> empty.
IsNil checks whether given <value> is nil.
Listen is an alias of gproc.Listen, which handles the signals received and automatically calls registered signal handler functions.
Log returns an instance of glog.Logger.
Model creates and returns a model from specified database or default database configuration.
NewVar returns a gvar.Var.
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.
SetEnabled enables/disables the GoFrame internal logging manually.
SetLogLevel sets the logging level globally.
SetServerGraceful enables/disables graceful reload feature of http Web Server.
Table is alias of Model.
TCPServer returns an instance of tcp server with specified name.
Throw throws a exception, which can be caught by TryCatch function.
Try implements try..
TryCatch implements try...catch..
UDPServer returns an instance of udp server with specified name.
View returns an instance of template engine object with specified name.
Wait is an alias of ghttp.Wait, which blocks until all the web servers shutdown.
# Type aliases
Array is alias of Slice.
No description provided by the author
No description provided by the author
No description provided by the author
Frequently-used slice type alias.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Frequently-used map type alias.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Frequently-used slice type alias.
No description provided by the author
No description provided by the author
No description provided by the author
Var is a universal variable interface, like generics.