Documentation ¶
Index ¶
- func FindAlias(pkg *packages.Package, target types.Object) []types.Object
- type CheckFuncObject
- type Def
- func (_ Def) CehckTestingFatalWithoutHandle(pkgs []*packages.Package, testingFatalFunc TestingFatalFuncObject, ...) qa.CheckFunc
- func (_ Def) CheckHandleAndCheckUsage(pkgs []*packages.Package, checkFunc CheckFuncObject, ...) qa.CheckFunc
- func (_ Def) Objects(pkgs []*packages.Package) (check CheckFuncObject, handle HandleFuncObject, ...)
- type HandleFuncObject
- type TestingFatalFuncObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckFuncObject ¶
type Def ¶
type Def struct{}
func (Def) CehckTestingFatalWithoutHandle ¶
func (_ Def) CehckTestingFatalWithoutHandle( pkgs []*packages.Package, testingFatalFunc TestingFatalFuncObject, handleFunc HandleFuncObject, ) qa.CheckFunc
func (Def) CheckHandleAndCheckUsage ¶
func (_ Def) CheckHandleAndCheckUsage( pkgs []*packages.Package, checkFunc CheckFuncObject, handleFunc HandleFuncObject, ) qa.CheckFunc
func (Def) Objects ¶
func (_ Def) Objects( pkgs []*packages.Package, ) ( check CheckFuncObject, handle HandleFuncObject, testingFatal TestingFatalFuncObject, )
type HandleFuncObject ¶
type TestingFatalFuncObject ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.