Documentation
¶
Index ¶
Constants ¶
View Source
const ( JavaScriptStringType = "string" JavaScriptNumberType = "number" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportComment ¶
type ExportComment struct {
// The symbol the export comment refers to
Symbol string
}
type ExportedFunction ¶
type ExportedFunction struct {
Name string
Params []ExportedFunctionParam
Doc string
ReturnType string
}
func (ExportedFunction) String ¶
func (f ExportedFunction) String() string
type ExportedFunctionParam ¶
type ParsedExportedFunctions ¶
type ParsedExportedFunctions struct {
Functions []ExportedFunction
}
Click to show internal directories.
Click to hide internal directories.