Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonInterface ¶
type CommonInterface interface {
RegisterCmds() []Interface
}
type GormGenCommand ¶
type GormGenCommand struct {
// contains filtered or unexported fields
}
func NewGenCommand ¶
NewGenCommand ...
type OptionsFunc ¶
type OptionsFunc struct {
// contains filtered or unexported fields
}
func WithDataTypeMap ¶
func WithDataTypeMap(dataTypeMap map[string]func(detailType gorm.ColumnType) (dataType string)) *OptionsFunc
func WithIgnoreFields ¶
func WithIgnoreFields(ignoreFields ...string) *OptionsFunc
func WithTableMethods ¶
func WithTableMethods(tableMethods entity.MethodMaps) *OptionsFunc
func WithTables ¶
func WithTables(tables ...string) *OptionsFunc
Click to show internal directories.
Click to hide internal directories.