Versions in this module Expand all Collapse all v2 v2.1.0 Mar 7, 2024 v2.0.0 Feb 2, 2024 Changes in this version + type MentionNotificationBuilder = func(post types.Post, mention poststypes.TextTag) types.NotificationData + type MessagesBuilder = func(recipient types.NotificationRecipient, data types.NotificationData) (types.NotificationMessage, error) + type NotificationsBuilder interface + Posts func() PostsNotificationsBuilder + Reactions func() ReactionsNotificationsBuilder + Relationships func() RelationshipsNotificationsBuilder + type NotificationsBuilderCreator func(context notificationscontext.Context) NotificationsBuilder + type PostNotificationBuilder = func(originalPost types.Post, post types.Post) types.NotificationData + type PostsNotificationsBuilder interface + Comment func() PostNotificationBuilder + Mention func() MentionNotificationBuilder + Quote func() PostNotificationBuilder + Reply func() PostNotificationBuilder + Repost func() PostNotificationBuilder + type ReactionNotificationBuilder = func(post types.Post, reaction types.Reaction) types.NotificationData + type ReactionsNotificationsBuilder interface + Reaction func() ReactionNotificationBuilder + type RelationshipNotificationBuilder = func(relationship types.Relationship) types.NotificationData + type RelationshipsNotificationsBuilder interface + Relationship func() RelationshipNotificationBuilder Other modules containing this package github.com/desmos-labs/athena