Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Templates embed.FS
Functions ¶
func MicroserviceCmd ¶
MicroserviceCmd returns the cobra command for microservice generation.
func RepositoryCmd ¶
RepositoryCmd returns the cobra command for repository generation.
func ServiceCmd ¶
ServiceCmd returns the cobra command for service generation.
Types ¶
type DomainOptions ¶
DomainOptions holds all the options for domain generation.
type EntityOptions ¶
type EntityOptions struct {
Domain string
EntityName string
Features string
ModuleName string
Force bool
}
EntityOptions holds all the options for entity generation.
type MicroserviceOptions ¶
type MicroserviceOptions struct {
Name string
Domain string
Features string
Template string
Output string
Port int
MetricsPort int
ModuleName string
Force bool
}
MicroserviceOptions holds all the options for microservice generation.
Click to show internal directories.
Click to hide internal directories.