1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-15 00:03:32 +00:00
Beego/logs/alils/config.go

14 lines
405 B
Go
Raw Normal View History

2016-12-27 01:58:42 +00:00
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"
)