# README
beego
beego is a Go Framework which is inspired from tornado and sinatra.
It is a simply & powerful web framework.
more info beego.me
Features
- RESTFul support
- MVC architecture
- Session support (store in memory, file, Redis or MySQL)
- Cache support (store in memory, Redis or Memcache)
- Global Config
- Intelligent routing
- Thread-safe map
- Friendly displaying of errors
- Useful template functions
Documentation
LICENSE
beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).
Use case
# Functions
AddFuncMap let user to register a func in the template.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Compare is a quick and dirty comparison function.
Critical logs a message at critical level.
Date takes a PHP like date func to Go's time fomate.
DateFormat takes a time and a layout string and returns a string with the formatted date.
Debug logs a message at debug level.
No description provided by the author
Error logs a message at error level.
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
403.
No description provided by the author
No description provided by the author
Html2str() returns escaping text convert from html.
No description provided by the author
No description provided by the author
Info logs a message at info level.
500.
LogLevel returns the global log level and can be used in own implementations of the logger interface.
ParseFile creates a new Config and parses the file configuration from the named file.
New returns a new PatternServeMux.
NewDefaultCache returns a new FileCache with sane defaults.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
404.
No description provided by the author
parse form values to struct via tag.
No description provided by the author
No description provided by the author
obj must be a struct pointer.
Re-exec this image without dropping the listener passed to this function.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
503.
SetLogLevel sets the global log level used by the simple logger.
SetLogger sets a new logger.
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
Trace logs a message at trace level.
401.
No description provided by the author
Warning logs a message at warning level.
# Constants
No description provided by the author
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
Log levels to control the logging output.
No description provided by the author
# Variables
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
logger references the used application logger.
No description provided by the author
No description provided by the author
When in raw application, You want to the reqeustbody.
1 minute.
ebable DirectoryIndex default is false.
enable gzip.
No description provided by the author
enable HotUpdate default is false.
Export an error equivalent to net.errClosing for use with Accept during a graceful exit.
No description provided by the author
No description provided by the author
set weather show errors.
form types for RenderForm function.
GlobalSessions.
No description provided by the author
No description provided by the author
No description provided by the author
set httpserver timeout.
No description provided by the author
No description provided by the author
No description provided by the author
"dev" or "prod".
session's gc maxlifetime.
sessionName cookie's name.
wheather auto start session,default is false.
default session provider memory mysql redis.
session savepath if use mysql/redis/file this set to the connectinfo.
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
set XSRF.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A Config represents the configuration.
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
# Interfaces
No description provided by the author
No description provided by the author