Versions in this module Expand all Collapse all v2 v2.3.0 Aug 28, 2026 Changes in this version + func CheckForMentions(text string, objectType string, objectID string, objectName string) map[string]Mention + func CheckForNewMentions(oldText string, newText string, objectType string, objectID string, ...) []string + func ContainsCommentsInTextJSON(elements []any) bool + func ExtractMentionedOrgMemberIDs(mentions map[string]Mention) []string + func GetNewMentions(oldText string, newText string, objectType string, objectID string, ...) map[string]Mention + func IsValidSlateText(text string) bool + func NoDetailsChanged(oldText []any, newText []any) bool + type Mention struct + ObjectID string + ObjectName string + ObjectType string + UserDisplayName string + UserID string Other modules containing this package github.com/theopenlane/core