package
Version:
v0.0.0-...-ac4698a
Opens a new window with list of versions in this module.
Published: Jul 18, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Def struct {
Pkg *Pkg `json:"pkg"`
Obj *Obj `json:"obj"`
}
type Ident struct {
Name string `json:"name"`
P *Pos `json:"p"`
}
type Obj struct {
Str string `json:"str"`
Recv string `json:"recv,omitempty"`
Type string `json:"type"`
P *Pos `json:"p"`
Name string `json:"name"`
}
type Pkg struct {
Name string `json:"name"`
Path string `json:"path"`
}
type Pos struct {
Pos token.Pos `json:"pos"`
Position string `json:"position,omitempty"`
}
type Ref struct {
Pkg *Pkg `json:"pkg"`
Ident *Ident `json:"ident"`
Obj *Obj `json:"obj"`
}
type Use struct {
Ref *Ref `json:"ref"`
Def *Def `json:"def"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.