Documentation ¶
Overview ¶
Package outline is adapted from https://github.com/lukehoban/go-outline
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decl ¶
type Decl struct { Label string `json:"label"` Type string `json:"type"` ReceiverType string `json:"receiverType,omitempty"` Start token.Pos `json:"start"` End token.Pos `json:"end"` Children []Decl `json:"children,omitempty"` }
Decl represents a top level declaration of the source code file
Click to show internal directories.
Click to hide internal directories.