1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-29 09:54:13 +00:00
Beego/pkg/logs/alils/config.go
2020-08-06 16:07:18 +01:00

14 lines
393 B
Go
Executable File

package alils
const (
version = "0.5.0" // SDK version
signatureMethod = "hmac-sha1" // Signature method
// OffsetNewest is 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 is the the oldest offset available on the logstore for a
// shard.
OffsetOldest = "begin"
)