Documentation ¶ Index ¶ type Anno type Code type Internal type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Anno ¶ type Anno struct { // TODO: swap this out for a the token type once it's introduced Token parse.Node Node string } type Code ¶ type Code struct { Num int Title string } type Internal ¶ type Internal struct { } type User ¶ type User struct { Warn bool ErrorCode Code // This can be an abitrary structure to help support more structured summaries Summary fmt.Stringer Annos []Anno } Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.