beego/core/logs/alils/config.go
racerole 29de4e3a3d chore: remove repetitive words
Signed-off-by: racerole <jiangyifeng@outlook.com>
2024-03-12 23:40:09 +08:00

14 lines
389 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 oldest offset available on the logstore for a
// shard.
OffsetOldest = "begin"
)