Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver has the responsibility of checking the types of all the packages scanned globally and exclude struct fields with types not included in any of the scanned packages and replacing some aliases to other types with their actual type. Consider the type `type IntList []int` on the field `Foo`, the type of that field would be changed from a named `IntList` type to a repeated basic type `int`.
Click to show internal directories.
Click to hide internal directories.