Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
Getter is a wrapper around the gogetdoc command
func ObtainGetter ¶
ObtainGetter will attempt to return a reference to the environment doc getter.
type Position ¶
Position points to where this symbol is
func (*Position) UnmarshalJSON ¶
UnmarshalJSON conforms to json.Unmarshaler
type Symbol ¶
type Symbol struct { Name string `json:"name"` Import string `json:"import"` Pkg string `json:"pkg"` Decl string `json:"decl"` Doc string `json:"doc"` Pos Position `json:"pos"` }
Symbol represents documentation about a Go source code symbol
Click to show internal directories.
Click to hide internal directories.