Documentation ¶
Index ¶
- Constants
- func Get(uid uint64, start int32, length int32) ([]*entity.TimelineItem, error)
- func MultiGet(uids []uint64, limit int32) (map[uint64][]*entity.TimelineItem, error)
- func Push(post *entity.Post) error
- func Rebuild(uid uint64, start int32, length int32) ([]*entity.TimelineItem, error)
- func Remove(post *entity.Post) error
Constants ¶
View Source
const (
TTL = 1 * time.Hour
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.