Documentation ¶
Index ¶
- func InitModelCommand() *cobra.Command
- type ApiGenerator
- func (gen *ApiGenerator) GenApiCreateFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenApiDeleteFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenApiListFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenApiShowFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenApiUpdateFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenModelFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) GenRouterFile(ctx context.Context, file string) error
- func (gen *ApiGenerator) SetPackageName(packageName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiGenerator ¶ added in v1.0.6
type ApiGenerator struct {
// contains filtered or unexported fields
}
func NewApiGenerator ¶ added in v1.0.6
func NewApiGenerator(table string, columns []contract.TableColumn) *ApiGenerator
func (*ApiGenerator) GenApiCreateFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenApiCreateFile(ctx context.Context, file string) error
func (*ApiGenerator) GenApiDeleteFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenApiDeleteFile(ctx context.Context, file string) error
func (*ApiGenerator) GenApiListFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenApiListFile(ctx context.Context, file string) error
func (*ApiGenerator) GenApiShowFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenApiShowFile(ctx context.Context, file string) error
func (*ApiGenerator) GenApiUpdateFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenApiUpdateFile(ctx context.Context, file string) error
func (*ApiGenerator) GenModelFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenModelFile(ctx context.Context, file string) error
func (*ApiGenerator) GenRouterFile ¶ added in v1.0.6
func (gen *ApiGenerator) GenRouterFile(ctx context.Context, file string) error
func (*ApiGenerator) SetPackageName ¶ added in v1.0.6
func (gen *ApiGenerator) SetPackageName(packageName string)
Click to show internal directories.
Click to hide internal directories.