Documentation
¶
Index ¶
- Variables
- func AppendDbConnectionToMain()
- func AppendTemplateToFile(templatePath string, outputPath string, data interface{}) error
- func AppendToRoutingCrud(moduleName string, moduleNotModify string)
- func AppendToRoutingSimple(moduleName string, moduleNotModify string)
- func BaseData(folderName string)
- func BaseDbClient(clientName string)
- func BaseModuleCrud(moduleName string, moduleNameSnakeCase string, moduleNotModify string)
- func DeleteMethod(moduleName string, methodName string)
- func GetMethod(moduleName string, methodName string)
- func PostMethod(moduleName string, methodName string)
- func PutMethod(moduleName string, methodName string)
- func ReplaceLastCharacterWithTemplate(filePath, templatePath, oldChar string, data interface{}) error
- type DeleteMethodData
- type GetMethodData
- type PostMethodData
- type PutMethodData
Constants ¶
This section is empty.
Variables ¶
View Source
var TmplFS embed.FS
Functions ¶
func AppendTemplateToFile ¶
func AppendToRoutingCrud ¶
ADD controller to router.go crud
func AppendToRoutingSimple ¶
ADD controller to router.go simple
func BaseDbClient ¶
func BaseDbClient(clientName string)
func BaseModuleCrud ¶
func DeleteMethod ¶
func PostMethod ¶
Types ¶
type DeleteMethodData ¶
type GetMethodData ¶
type PostMethodData ¶
Click to show internal directories.
Click to hide internal directories.