7 Star 29 Fork 9

Gitee 极速下载 / Beego-Framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/astaxie/beego
克隆/下载
config.go 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
洪亮 提交于 2016-12-27 09:58 . Add Aliyun Logger
package alils
const (
version = "0.5.0" // SDK version
signatureMethod = "hmac-sha1" // Signature method
// OffsetNewest stands for the log head offset, i.e. the offset that will be
// assigned to the next message that will be produced to the shard.
OffsetNewest = "end"
// OffsetOldest stands for the oldest offset available on the logstore for a
// shard.
OffsetOldest = "begin"
)
Go
1
https://gitee.com/mirrors/Beego-Framework.git
git@gitee.com:mirrors/Beego-Framework.git
mirrors
Beego-Framework
Beego-Framework
v1.10.1

搜索帮助