Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyCopyright string = "copyright" KeyName string = "name" KeyDescription string = "description" KeyAuthor string = "author" KeyEvents string = "events" KeyStructs string = "structs" KeyTypedefs string = "typedefs" KeyState string = "state" KeyFuncs string = "funcs" KeyViews string = "views" KeyAccess string = "access" KeyParams string = "params" KeyResults string = "results" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct { Val string `json:"val"` Line int `json:"line"` HeadComment string `json:"head_comment"` LineComment string `json:"line_comment"` Contents []*Node `json:"contents"` }
func (*Node) ToDefMapMap ¶
func (*Node) ToFuncDefMap ¶
func (n *Node) ToFuncDefMap() model.FuncDefMap
Click to show internal directories.
Click to hide internal directories.