Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
Generator handles TypeScript code generation
func (*Generator) SetBaseDir ¶
SetBaseDir sets the base directory for reading files
type TypeScriptField ¶
TypeScriptField represents a field in a TypeScript interface
type TypeScriptFunction ¶
type TypeScriptFunction struct {
Name string
Parameters []TypeScriptParameter
ReturnType string
Base64 string
Type string
}
TypeScriptFunction represents a function in the generated code
type TypeScriptInterface ¶
type TypeScriptInterface struct {
Name string
Fields []TypeScriptField
}
TypeScriptInterface represents an interface in TypeScript
Click to show internal directories.
Click to hide internal directories.