Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct { // The go/types.Named representation of the matched type. Named *types.Named // The source position of the matched type. Pos token.Pos }
Match holds information on a matched query struct type.
Click to show internal directories.
Click to hide internal directories.