Documentation ¶
Index ¶
- func FindInterface(name string, files []*ast.File) (*ast.InterfaceType, error)
- func FindInterfaceWithIdent(name string, files []*ast.File) (*ast.InterfaceType, *ast.Ident, error)
- func FindMethodsCalledOnType(info *types.Info, typ types.Type, caller *ast.FuncDecl) []string
- func FindReceiverMethods(receiverName string, files []*ast.File) []*ast.FuncDecl
- func GetPackage(pkgPath string) (*packages.Package, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindInterface ¶
func FindInterfaceWithIdent ¶
func FindMethodsCalledOnType ¶
func FindReceiverMethods ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.