mirror of
https://github.com/astaxie/beego.git
synced 2025-06-19 23:00:40 +00:00
update the comments fix #658
This commit is contained in:
admin.goapp.gobeego.gostaticfile.go
cache
config.goconfig
config_test.gocontext
controller.godocs.goexample/beeapi
filter.gofilter_test.goflash.goflash_test.gohttplib
log.gologs
memzipfile.gomiddleware
mime.gonamespace.gonamespace_test.goorm
cmd.gocmd_utils.godb.godb_alias.godb_mysql.godb_oracle.godb_postgres.godb_sqlite.godb_tables.godb_utils.gomodels.gomodels_boot.gomodels_fields.gomodels_info_f.gomodels_info_m.gomodels_test.gomodels_utils.goorm.goorm_conds.goorm_log.goorm_object.goorm_querym2m.goorm_queryset.goorm_raw.goorm_test.gotypes.goutils.go
parser.goplugins/auth
router.gorouter_test.gosession
couchbase
memcache
mysql
postgres
redis
sess_cookie.gosess_cookie_test.gosess_file.gosess_mem.gosess_mem_test.gosess_test.gosess_utils.gosession.goswagger
template.gotemplate_test.gotemplatefunc.gotemplatefunc_test.gotesting
toolbox
debug.godebug_test.gohealthcheck.goprofile.goprofile_test.gostatistics.gostatistics_test.gotask.gotask_test.go
tree.gotree_test.goutils
caller.gocaller_test.go
captcha
file.gofile_test.gomail.gomail_test.gorand.gosafemap.gosafemap_test.goslice.goslice_test.govalidation
4
admin.go
4
admin.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
4
app.go
4
app.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
4
beego.go
4
beego.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
4
cache/cache.go
vendored
4
cache/cache.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/cache_test.go
vendored
4
cache/cache_test.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/conv.go
vendored
4
cache/conv.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/conv_test.go
vendored
4
cache/conv_test.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/file.go
vendored
4
cache/file.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/memcache/memcache.go
vendored
4
cache/memcache/memcache.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/memory.go
vendored
4
cache/memory.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
4
cache/redis/redis.go
vendored
4
cache/redis/redis.go
vendored
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package cache
|
package cache
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
@ -61,13 +65,13 @@ func TestJsonStartsWithArray(t *testing.T) {
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
rootArray, err := jsonconf.DIY("rootArray")
|
rootArray, err := jsonconf.DIY("rootArray")
|
||||||
if (err != nil) {
|
if err != nil {
|
||||||
t.Error("array does not exist as element")
|
t.Error("array does not exist as element")
|
||||||
}
|
}
|
||||||
rootArrayCasted := rootArray.([]interface{})
|
rootArrayCasted := rootArray.([]interface{})
|
||||||
if (rootArrayCasted == nil) {
|
if rootArrayCasted == nil {
|
||||||
t.Error("array from root is nil")
|
t.Error("array from root is nil")
|
||||||
}else {
|
} else {
|
||||||
elem := rootArrayCasted[0].(map[string]interface{})
|
elem := rootArrayCasted[0].(map[string]interface{})
|
||||||
if elem["url"] != "user" || elem["serviceAPI"] != "http://www.test.com/user" {
|
if elem["url"] != "user" || elem["serviceAPI"] != "http://www.test.com/user" {
|
||||||
t.Error("array[0] values are not valid")
|
t.Error("array[0] values are not valid")
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package config
|
package config
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package context
|
package context
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package context
|
package context
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package context
|
package context
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package context
|
package context
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
10
docs.go
10
docs.go
@ -1,3 +1,13 @@
|
|||||||
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
4
flash.go
4
flash.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package httplib
|
package httplib
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package httplib
|
package httplib
|
||||||
|
4
log.go
4
log.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package logs
|
package logs
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package middleware
|
package middleware
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package middleware
|
package middleware
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package middleware
|
package middleware
|
||||||
|
4
mime.go
4
mime.go
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
// @authors slene
|
|
||||||
|
// @authors astaxie, slene
|
||||||
|
|
||||||
package orm
|
package orm
|
||||||
|
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package auth
|
package auth
|
||||||
@ -14,7 +18,7 @@ package auth
|
|||||||
// return false
|
// return false
|
||||||
// }
|
// }
|
||||||
// authPlugin := auth.NewBasicAuthenticator(SecretAuth, "My Realm")
|
// authPlugin := auth.NewBasicAuthenticator(SecretAuth, "My Realm")
|
||||||
// beego.AddFilter("*","AfterStatic",authPlugin)
|
// beego.InsertFilter("*", beego.BeforeRouter,authPlugin)
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
|
||||||
// @authors astaxie
|
|
||||||
|
|
||||||
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
|
// @authors astaxie
|
||||||
package beego
|
package beego
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
|
// @authors astaxie
|
||||||
|
|
||||||
package swagger
|
package swagger
|
||||||
|
|
||||||
const SwaggerVersion = "1.2"
|
const SwaggerVersion = "1.2"
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
// Beego (http://beego.me/)
|
// Beego (http://beego.me/)
|
||||||
|
|
||||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||||
|
|
||||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||||
|
|
||||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||||
|
|
||||||
// @authors astaxie
|
// @authors astaxie
|
||||||
|
|
||||||
package beego
|
package beego
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user