github.com/astaxie/beego@v1.12.3/logs/alils/config.go (about) 1 package alils 2 3 const ( 4 version = "0.5.0" // SDK version 5 signatureMethod = "hmac-sha1" // Signature method 6 7 // OffsetNewest stands for the log head offset, i.e. the offset that will be 8 // assigned to the next message that will be produced to the shard. 9 OffsetNewest = "end" 10 // OffsetOldest stands for the oldest offset available on the logstore for a 11 // shard. 12 OffsetOldest = "begin" 13 )