Versions in this module Expand all Collapse all v1 v1.999.0 Jan 31, 2020 v1.8.0 Jan 31, 2020 Changes in this version + func FindAllMentionsMarkdown(content string) []string + func IsXrefActionable(ref *RenderizableReference, extTracker bool, alphaNum bool) bool + type IssueReference struct + Action XRefAction + Index int64 + Name string + Owner string + func FindAllIssueReferences(content string) []IssueReference + func FindAllIssueReferencesMarkdown(content string) []IssueReference + type RefSpan struct + End int + Start int + func FindAllMentionsBytes(content []byte) []RefSpan + func FindFirstMentionBytes(content []byte) (bool, RefSpan) + type RenderizableReference struct + Action XRefAction + ActionLocation *RefSpan + IsPull bool + Issue string + Name string + Owner string + RefLocation *RefSpan + func FindRenderizableReferenceAlphanumeric(content string) (bool, *RenderizableReference) + func FindRenderizableReferenceNumeric(content string, prOnly bool) (bool, *RenderizableReference) + type XRefAction int64 + const XRefActionCloses + const XRefActionNeutered + const XRefActionNone + const XRefActionReopens