Documentation ¶
Index ¶
Constants ¶
View Source
const ( TrackingAddrKey = "tracking_addrs" TrackingAddrUpdateKey = "tracking_addrs_update" LastHeightKey = "last_height" )
Variables ¶
This section is empty.
Functions ¶
func AddrFeedKey ¶
func AddrFeedKey(addr address.Address) string
Types ¶
type ActorTracker ¶
type ActorTracker struct {
// contains filtered or unexported fields
}
func New ¶
func New(rdb *redis.Client) *ActorTracker
func (*ActorTracker) Clear ¶
func (at *ActorTracker) Clear()
func (*ActorTracker) Len ¶
func (at *ActorTracker) Len() int
func (*ActorTracker) RecordMessage ¶
func (at *ActorTracker) RecordMessage(msg MessageRecord) bool
type MessageRecord ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.