Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = base.CommandNameService Description = "Generate service files" DefaultTargetPath = "app/http/services" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator struct { Common *commands.Common Command *console.Command Container *console.Container Table *base.Table Target base.Target // /data/sketch/app/service/example_service.go }
Generator is a component for generate model files.
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is a component used to generate service files.
Click to show internal directories.
Click to hide internal directories.