package
Version:
v3.24.12
Opens a new window with list of versions in this module.
Published: Jul 18, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FuncDecl struct {
Name string `json:"Name"`
Args []ast.Expr `json:"Args"`
ReturnTypes []ast.Expr `json:"ReturnType"`
Body string `json:"Body"`
RecvType string `json:"RecvType"`
}
type Generator struct {
}
ParsePkg loads and adds the Go packages named by the given patterns.
type PkgImport struct {
}
type VariadicArg struct {
Pos int
Type string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.