文件名称:blackwhale:Go网络框架
文件大小:27KB
文件格式:ZIP
更新时间:2024-03-16 03:07:31
Go
黑鲸 转到Web框架 主要例子 import ( "net/http" "github.com/gorilla/mux" "github.com/joaopandolfi/blackwhale/configurations" "github.com/unrolled/secure" "github.com/joaopandolfi/blackwhale/handlers" "github.com/joaopandolfi/blackwhale/remotes/mysql" "github.com/joaopandolfi/blackwhale/utils" ) func configInit() { configurations.Load() mysql.Init() } func resilient() { utils.Info("[SERVER] - Shutdow
【文件预览】:
blackwhale-master
----models()
--------sanitizable()
----handlers()
--------handle.go(349B)
--------request.go(4KB)
----configurations()
--------configurations.go(6KB)
----remotes()
--------beanstalkd()
--------sqldriver()
--------mysql()
--------request()
--------mongo()
--------postgresql()
--------graphite()
----go.sum(6KB)
----README.md(1KB)
----utils()
--------messenger.go(3KB)
--------date.go(3KB)
--------aes()
--------crypt.go(2KB)
--------secure.go(403B)
--------common.go(740B)
----go.mod(763B)