1 Star 0 Fork 1

Z8gO / beego

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
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"
)
1
https://gitee.com/Z8gO/beego.git
git@gitee.com:Z8gO/beego.git
Z8gO
beego
beego
v1.8.2

搜索帮助