Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = NewCommand()
Cmd represents the why command.
Functions ¶
Types ¶
type SymbolKind ¶
type SymbolKind string
const ( SymbolKindFunc SymbolKind = "func" SymbolKindMethod SymbolKind = "method" SymbolKindType SymbolKind = "type" SymbolKindVar SymbolKind = "var" SymbolKindConst SymbolKind = "const" )
type SymbolMeta ¶
type SymbolMeta struct {
Kind SymbolKind `json:"kind"`
Receiver string `json:"receiver,omitempty"`
Exported bool `json:"exported"`
}
Click to show internal directories.
Click to hide internal directories.