Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigGenerator ¶
type ConfigGenerator struct {
C *Configuration
Body string
}
func (*ConfigGenerator) Generate ¶
func (cg *ConfigGenerator) Generate()
type ControllerGenerator ¶
type ControllerGenerator struct {
C *Configuration
Controller *Controller
Body string
}
func (*ControllerGenerator) Generate ¶
func (cg *ControllerGenerator) Generate()
func (*ControllerGenerator) Init ¶
func (cg *ControllerGenerator) Init(e *Entity)
type EntityGenerator ¶ added in v1.0.5
type EntityGenerator struct {
C *Configuration
Table *Table
Entity *Entity
Body string
}
func (*EntityGenerator) Generate ¶ added in v1.0.5
func (eg *EntityGenerator) Generate()
func (*EntityGenerator) Init ¶ added in v1.0.5
func (eg *EntityGenerator) Init() *EntityGenerator
type ServiceGenerator ¶
type ServiceGenerator struct {
C *Configuration
Service *Service
Body string
}
func (*ServiceGenerator) Generate ¶
func (sg *ServiceGenerator) Generate()
func (*ServiceGenerator) Init ¶
func (sg *ServiceGenerator) Init(e *Entity)
Click to show internal directories.
Click to hide internal directories.