3 Star 7 Fork 0

yanshikun/tcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
table.go 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanshikun 提交于 2023-07-18 10:52 +08:00 . 使用any替换interface{}
package tcode
type Table interface {
TableName() string
RawColumnContainer(columns ...string) []any
NewTable() Table
NewInstance() Table
CopyFrom(src Table)
Columns() []string
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yan-shi-kun/tcode.git
git@gitee.com:yan-shi-kun/tcode.git
yan-shi-kun
tcode
tcode
master

搜索帮助