1 Star 0 Fork 0

lipore/plume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model.go 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
lipore 提交于 2022-10-11 14:36 . feat(option): option/ code gen tested
package code
// File is a container of all required components for code generation in the file
type File struct {
PackageName string
Imports []*Import
Structs Structs
Interfaces InterfaceSpecs
Methods []*Method
Constants ConstantFields
}
type ConstantField struct {
Name string
Type Type
Value any
Comments []string
}
type ConstantFields []*ConstantField
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lipore/plume.git
git@gitee.com:lipore/plume.git
lipore
plume
plume
v1.7.10

搜索帮助