Versions in this module Expand all Collapse all v1 v1.6.1 Mar 27, 2025 v1.6.0 Mar 27, 2025 Changes in this version + func NewInMemory() activity.Store + type InMemoryStore struct + func (m *InMemoryStore) GetLatestNotifications(ctx context.Context, activityFeedType activitypb.ActivityFeedType, ...) ([]*activitypb.Notification, error) + func (m *InMemoryStore) SaveNotification(ctx context.Context, activityFeedType activitypb.ActivityFeedType, ...) (*activitypb.Notification, error) + type NotificationsByTimestamp []*activitypb.Notification + func (a NotificationsByTimestamp) Len() int + func (a NotificationsByTimestamp) Less(i, j int) bool + func (a NotificationsByTimestamp) Swap(i, j int)