1 Star 0 Fork 0

木桩/wgs.ths.config.go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
renderer.go 141 Bytes
一键复制 编辑 原始数据 按行查看 历史
木桩 提交于 2023-12-04 16:16 +08:00 . [v0_1][Feature] 完成基础实现
package config
import "reflect"
type Renderer interface {
Name() string
Sort() int
Render(body reflect.Value, desc *ConfigDesc) error
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/woodpile/wgs.ths.config.go.git
git@gitee.com:woodpile/wgs.ths.config.go.git
woodpile
wgs.ths.config.go
wgs.ths.config.go
v0.1.3

搜索帮助