You've already forked crud_generator
mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-06-17 12:57:36 +02:00
сделал CreateFiles_FindModelBy()
This commit is contained in:
@ -1700,7 +1700,7 @@ func DeleteCommentFromString(TextFrom string) string {
|
||||
return Otvet
|
||||
}
|
||||
|
||||
// Convert_GolangVariableToProtobufVariable - возвращает имя переменной + имя колонки, преобразованное в тип protobuf
|
||||
// Convert_GolangVariableToProtobufVariable - возвращает имя переменной + "." + имя колонки, преобразованное в тип protobuf
|
||||
func Convert_GolangVariableToProtobufVariable(Table1 *types.Table, Column1 *types.Column, VariableName string) string {
|
||||
Otvet := ""
|
||||
|
||||
|
Reference in New Issue
Block a user