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 ProtocCmd(params []string)
- func SetEnv(fileContext []byte) []byte
- func SetRootPath(root string)
- type ApiGroups
- type BeanCommand
- type Controller
- type CurdCommand
- type DevCommand
- type GrpcCommand
- type Js
- type MongoCommand
- type OrmCommand
- type Param
- type ProtocCommand
- type RouteCommand
- type SqliteCommand
- type SwaggerCommand
- type TableColumn
- type Ts
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 CurdCommand ¶ added in v0.1.8
type CurdCommand struct{}
CurdCommand @Bean
func NewCurdCommand ¶ added in v0.1.8
func NewCurdCommand() *CurdCommand
func (CurdCommand) Configure ¶ added in v0.1.8
func (CurdCommand) Configure() command.Configure
func (CurdCommand) Execute ¶ added in v0.1.8
func (CurdCommand) Execute(input command.Input)
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 GrpcCommand ¶ added in v0.4.0
type GrpcCommand struct{}
GrpcCommand @Bean
func NewGrpcCommand ¶ added in v0.4.0
func NewGrpcCommand() *GrpcCommand
func (GrpcCommand) Configure ¶ added in v0.4.0
func (GrpcCommand) Configure() command.Configure
type MongoCommand ¶ added in v0.2.3
type MongoCommand struct{}
MongoCommand @Bean
func NewMongoCommand ¶ added in v0.2.3
func NewMongoCommand() *MongoCommand
func (MongoCommand) Configure ¶ added in v0.2.3
func (MongoCommand) Configure() command.Configure
func (MongoCommand) Execute ¶ added in v0.2.3
func (MongoCommand) 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 SqliteCommand ¶ added in v0.5.8
type SqliteCommand struct{}
SqliteCommand @Bean
func NewSqliteCommand ¶ added in v0.5.8
func NewSqliteCommand() *SqliteCommand
func (SqliteCommand) Configure ¶ added in v0.5.8
func (SqliteCommand) Configure() command.Configure
func (SqliteCommand) Execute ¶ added in v0.5.8
func (SqliteCommand) 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)
type TableColumn ¶ added in v0.1.8
func GetTableColumn ¶ added in v0.1.8
func GetTableColumn(config map[interface{}]interface{}, tableName string) []TableColumn
Source Files ¶
Click to show internal directories.
Click to hide internal directories.