package
0.7.0
Repository: https://github.com/yohobala/taurus_go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Generate 在entityPath目录下运行代码生成器。 如果 entity的路径是 `<project>/entity`,则生成的代码将放在 `<project>/entity`目录下。 Params: - entityPath: entity package的路径。例如`<project>/entity`。 - cfg: 代码生成的配置 - options: 代码生成的选项,用于回调函数.
LoadBuilder 根据提供的路径加载entity package,并生成一个schema。 Params: - entityPath: entity package的路径 - cfg: 代码生成的配置 Returns: - 代码构建器 - 错误信息.
TemplateDir 解析目录类型的模版。 Params: - path: 模版目录的路径 Returns: 0: Extra函数。.
TemplateFiles 解析文件类型的模版 Params: - filenames: 模版文件的路径 Returns: 0: Extra函数。.
TemplateGlob 解析glob模式下的文件 Params: - pattern: glob模式 Returns: 0: Extra函数。.

# Type aliases

Extra 用于在Config中添加额外的配置的回调函数。.