0 Star 0 Fork 0

asktop_golib / beego

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.go 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
Keep良循 提交于 2023-03-12 17:15 . first commit
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/asktop_golib/beego.git
git@gitee.com:asktop_golib/beego.git
asktop_golib
beego
beego
v0.0.6

搜索帮助