Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Line ¶
type Reader ¶
type Reader struct {
Store cache.ScoredSetStore
ApiRefHash string
ItemID string
PrefixKey string
From int64 // the offset that we want to use when reading lines from Redis, allows negative value to get last lines
Size uint // the count of lines that we want to read (0 means to the end)
Format sdk.CDNReaderFormat
Sort int64 // < 0 for latest logs first, >= 0 for older logs first
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.