Module check

Module check 

Source

Structs§

Checker
DeclInfoConst
DeclInfoFunc
DeclInfoType
DeclInfoVar
IfaceInfo
IfaceInfo describes the method set for an interface.
MethodInfo
MethodInfo represents an interface method. At least one of src or fun must be non-None. (Methods declared in the current package have a non-None scope and src, and eventually a non-None fun field; imported and pre- declared methods have a None scope and src, and only a non-None fun field.)
TypeInfo
Types info holds the results of Type Checking

Enums§

DeclInfo
DeclInfo describes a package-level const, type, var, or func declaration.