package
Version:
v0.28.2
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EntityRef struct {
Pkg string `json:"pkg,omitempty"`
Name string `json:"name,omitempty"`
Meta Meta `json:"meta,omitempty"`
}
EntityRef is a reference to an entity in the source code
type Meta struct {
Text string `json:"text,omitempty"`
Start Position `json:"start,omitempty"`
Stop Position `json:"stop,omitempty"`
}
Meta contains meta information about the source code
type Position struct {
Line int `json:"line,omitempty"`
Column int `json:"column,omitempty"`
}
Position contains line and column numbers
Source Files
¶
Click to show internal directories.
Click to hide internal directories.