Documentation ¶
Overview ¶
Package schema defines constants used in the Kythe schema.
Index ¶
Constants ¶
View Source
const ( // AnchorLocFilter is a fact filter for anchor locations. AnchorLocFilter = "/kythe/loc/*" // SnippetLocFilter is a fact filter for snippet locations. SnippetLocFilter = "/kythe/snippet/*" )
View Source
const Prefix = "/kythe/"
Prefix is the label prefix for the Kythe schema.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶ added in v0.0.25
A Node represents a collection of facts about a node.
func (*Node) AddFact ¶ added in v0.0.25
AddFact adds the specified fact to n, replacing any previous value for that fact that may exist.
Directories ¶
Path | Synopsis |
---|---|
Package edges defines constants for Kythe edges.
|
Package edges defines constants for Kythe edges. |
Package facts defines constants for Kythe facts.
|
Package facts defines constants for Kythe facts. |
Package nodes defines constants for Kythe nodes.
|
Package nodes defines constants for Kythe nodes. |
Click to show internal directories.
Click to hide internal directories.