Documentation
¶
Overview ¶
Package relatedwork owns dependency-neutral relationship facts extracted from stored thread text. It performs no I/O and treats source text as data.
Index ¶
Constants ¶
View Source
const ( // RelationExplicitReference is a source-text reference with no stronger // closing, dependency, or blocking phrase. RelationExplicitReference = "explicit_reference" // RelationMentions is an inbound pull-request reference without closing semantics. RelationMentions = "mentions" // RelationClaimsToClose is an explicit closing-keyword or GitHub closing-issue relationship. RelationClaimsToClose = "claims_to_close" // RelationDependsOn means the source states that it requires the referenced thread. RelationDependsOn = "depends_on" // RelationBlocks means the source states that it blocks the referenced thread. RelationBlocks = "blocks" // RelationCrossReference is an explicit GitHub timeline cross-reference. RelationCrossReference = "cross_reference" // RelationClusterCandidate is a stored duplicate-cluster relationship. RelationClusterCandidate = "cluster_candidate" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.