Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
DefaultConfig is the default value of Config.
View Source
var ( // ErrNotFound indicates the object or the type could not be found ErrNotFound = errors.New("not found") )
Functions ¶
Types ¶
type Config ¶
Config has configurations of static analysis.
func (*Config) ObjectOf ¶
ObjectOf returns the value of types.Object which represented by the name. If any object could not be found, ObjectOf returns ErrNotFound as the second return value.
Click to show internal directories.
Click to hide internal directories.