Documentation ¶
Overview ¶
gen for home toolset
Index ¶
- func Cmd(commandName string, params []string)
- func GetAllProvider() []interface{}
- func GetBrackets(str string, start, end int32) (int, int)
- func PrintCmd(commandName string, params []string)
- func SetEnv(fileContext []byte) []byte
- func SetRootPath(root string)
- type ApiGroups
- type BeanCommand
- type Controller
- type DevCommand
- type Js
- type OrmCommand
- type ProtocCommand
- type RouteCommand
- type SwaggerCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllProvider ¶
func GetAllProvider() []interface{}
func SetRootPath ¶
func SetRootPath(root string)
Types ¶
type BeanCommand ¶
type BeanCommand struct{}
BeanCommand @Bean
func NewBeanCommand ¶
func NewBeanCommand() *BeanCommand
func (BeanCommand) Configure ¶
func (BeanCommand) Configure() command.Configure
func (BeanCommand) Execute ¶
func (BeanCommand) Execute(input command.Input)
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
type DevCommand ¶
type DevCommand struct{}
DevCommand @Bean
func NewDevCommand ¶
func NewDevCommand() *DevCommand
func (DevCommand) Configure ¶
func (DevCommand) Configure() command.Configure
func (DevCommand) Execute ¶
func (DevCommand) Execute(input command.Input)
type OrmCommand ¶
type OrmCommand struct{}
OrmCommand @Bean
func NewOrmCommand ¶
func NewOrmCommand() *OrmCommand
func (OrmCommand) Configure ¶
func (OrmCommand) Configure() command.Configure
func (OrmCommand) Execute ¶
func (OrmCommand) Execute(input command.Input)
type ProtocCommand ¶
type ProtocCommand struct{}
ProtocCommand @Bean
func NewProtocCommand ¶
func NewProtocCommand() *ProtocCommand
func (ProtocCommand) Configure ¶
func (ProtocCommand) Configure() command.Configure
func (ProtocCommand) Execute ¶
func (ProtocCommand) Execute(input command.Input)
type RouteCommand ¶
type RouteCommand struct{}
RouteCommand @Bean
func NewRouteCommand ¶
func NewRouteCommand() *RouteCommand
func (RouteCommand) Configure ¶
func (RouteCommand) Configure() command.Configure
func (RouteCommand) Execute ¶
func (RouteCommand) Execute(input command.Input)
type SwaggerCommand ¶
type SwaggerCommand struct{}
SwaggerCommand @Bean
func NewSwaggerCommand ¶
func NewSwaggerCommand() *SwaggerCommand
func (SwaggerCommand) Configure ¶
func (SwaggerCommand) Configure() command.Configure
func (SwaggerCommand) Execute ¶
func (SwaggerCommand) Execute(input command.Input)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.