2 Star 0 Fork 0

nextcyber / go-next-result

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
data.go 180 Bytes
一键复制 编辑 原始数据 按行查看 历史
wvkity 提交于 2024-01-19 20:27 . - 初始化项目
package res
// Data 数据模型接口
type Data[T any] interface {
// GetData 获取数据
GetData() T
// SetData 设置数据
//
// @param data 数据
SetData(data T)
}
Go
1
https://gitee.com/nextcyber/go-next-result.git
git@gitee.com:nextcyber/go-next-result.git
nextcyber
go-next-result
go-next-result
47b8d5d30115

搜索帮助