65 Star 395 Fork 128

admpub/nging

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
accessLog_schema.go 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
admpub 提交于 2019-10-06 12:24 . update
package model
type AccessLogLite struct {
Date string
OS string
Brower string
Region string
Type string
Version string
User string
Method string
Scheme string
Host string
URI string
Referer string
BodyBytes uint64
Elapsed float64
StatusCode uint
UserAgent string
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/admpub/nging.git
git@gitee.com:admpub/nging.git
admpub
nging
nging
v2.0.6

搜索帮助