2 Star 6 Fork 0

yanshikun / tcode

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

搜索帮助