Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶ added in v2.2.2
type Settings struct { TypeMapper TypeMapper ExcludedNamespace []string WithClasses bool }
type Type ¶
type Type struct { Name string Comment string Type string Optional bool HasDefault bool Default *string }
func (Type) DefaultTmpl ¶ added in v2.1.4
type TypeMapper ¶
type TypeMapper func(in smd.JSONSchema, tsType Type) Type
Click to show internal directories.
Click to hide internal directories.