Documentation ¶
Index ¶
- func CreateAllFiles(MapAll map[string]*types.Table) error
- func CreateFiles(Table1 *types.Table) error
- func CreateFilesTable_struct(Table1 *types.Table, DirTemplatesTable, DirReadyTable string) error
- func DeleteFuncDelete(TextModel, ModelName string, Table1 *types.Table) string
- func DeleteFuncFind_byExtID(TextModel, Modelname string, Table1 *types.Table) string
- func DeleteFuncRestore(TextModel, Modelname string, Table1 *types.Table) string
- func FillColumnsNameGo(MapAll *map[string]*types.Table) error
- func FindColumnTypeGoImport(TextModel string, Table1 *types.Table, Column1 *types.Column) (string, string)
- func FindTextColumn(TextModel string, Table1 *types.Table, Column1 *types.Column) (string, string)
- func FindTextModelStruct(TextModel string, Table1 *types.Table) (string, string, string, error)
- func FindTextPrimaryKey(Is_identity bool) string
- func ReplaceModelStruct(TextTemplateModel, TextModelStruct string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAllFiles ¶
CreateAllFiles - создаёт все файлы в папке model
func CreateFiles ¶
CreateFiles - создаёт 1 файл в папке db
func CreateFilesTable_struct ¶
CreateFilesTable_struct - создаёт 1 файл со структурой в папке model
func DeleteFuncDelete ¶
DeleteFuncDelete - удаляет функцию Delete()
func DeleteFuncFind_byExtID ¶
DeleteFuncFind_byExtID - удаляет функцию Find_ByExtID()
func DeleteFuncRestore ¶
DeleteFuncRestore - удаляет функцию Restore()
func FillColumnsNameGo ¶
FillColumnsNameGo - заполняет NameGo во все колонки
func FindColumnTypeGoImport ¶
func FindColumnTypeGoImport(TextModel string, Table1 *types.Table, Column1 *types.Column) (string, string)
FindColumnTypeGoImport - заменяет ID на Alias
func FindTextColumn ¶
FindTextColumn - возвращает текст gorm
func FindTextModelStruct ¶
FindTextModelStruct - возвращает текст структуры и тегов gorm
func FindTextPrimaryKey ¶
FindTextPrimaryKey - возвращает строку gorm для primaryKey
func ReplaceModelStruct ¶
ReplaceModelStruct - заменяет структуру модели на новую
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.