Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataTypeDetail ¶
type JsFieldInfo ¶
type JsFieldInfo struct {
Name string
DataTypeDetail
}
type JsStructInfo ¶
type JsStructInfo struct {
Name string
Field []JsFieldInfo
Extend []string
}
func GoStructToJSConverter ¶
func GoStructToJSConverter(path string, n ast.Node) (resp *JsStructInfo, next bool)
Click to show internal directories.
Click to hide internal directories.