Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator executes project generation from parsed definitions.
type Options ¶
type Options struct {
TemplateFS fs.FS
OutputDir string
ImportPath string
ServiceName string
Protocols []string
WithConfig bool
WithDocs bool
WithTests bool
WithModel bool
WithGRPC bool
WithDB bool
DBDriver string
WithSwag bool
WithSkill bool
IDLSrcPath string
RoutePrefix string
}
Options configures generation behavior.
Click to show internal directories.
Click to hide internal directories.