mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:00:57 +00:00
update the comments fix #658
This commit is contained in:
parent
9c5348f690
commit
0f170a80da
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
Loading…
Reference in New Issue
Block a user