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
}
type GenerateModelInput ¶
type GenerateModelInput struct {
TransformedText
PackageEntityName string
ModuleInfo ModuleInfo
IdAttribute Attribute
Attributes []Attribute
}
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.