Discover Packages
github.com/Fuwn/kivia
internal
collect
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Context struct {
EnclosingFunction string `json:"enclosingFunction,omitempty"`
Type string `json:"type,omitempty"`
ValueExpression string `json:"valueExpression,omitempty"`
ParentType string `json:"parentType,omitempty"`
}
type Identifier struct {
Name string `json:"name"`
Kind string `json:"kind"`
File string `json:"file"`
Line int `json:"line"`
Column int `json:"column"`
Context Context `json:"context"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.