Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseArgs ¶
func ParseArgs(args []string, moduleName string, isPkUuid bool) (GenerateModelInput, []ParsingErrorDetail, bool)
Types ¶
type Attribute ¶
type Attribute struct { TransformedText Type string IsOptional bool EnumStrings []TransformedText }
type GenerateModelInput ¶
type GenerateModelInput struct { TransformedText PackageEntityName string ModuleInfo ModuleInfo IdAttribute Attribute Attributes []Attribute }
func (GenerateModelInput) ToStringCmd ¶ added in v0.21.0
func (c GenerateModelInput) ToStringCmd() string
type ModuleInfo ¶
type ModuleInfo struct {
Name string
}
type ParsingErrorDetail ¶
func (ParsingErrorDetail) String ¶
func (p ParsingErrorDetail) String() string
Click to show internal directories.
Click to hide internal directories.