高热共公日志库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
405 B

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